color codes Logo

#12eddd color codes

#12EDDD
(18,237,221)
0 Favorites   0 Comments

Color spaces of #12eddd

RGB 18237221
HSL0.490.860.50
HSV176°92°93°
CMYK 0.920.000.07   0.07
XYZ43.584865.917478.8328
Yxy65.91740.23140.3500
Hunter Lab81.1895-46.2579-0.7363
CIE-Lab84.9543-49.5786-5.5296

#12eddd color RGB value is (18,237,221).

#12eddd hex color red value is 18, green value is 237 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #12eddd hue: 0.49 , saturation: 0.86 and the lightness value of 12eddd is 0.50.

The process color (four color CMYK) of #12eddd color code is 0.92, 0.00, 0.07, 0.07. Web safe color of #12eddd is #00ffcc. Color #12eddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11101101 11011101
Octal 22 355 335
Decimal 18 237 221
Hex 12 ED DD

RGB Percentages of Color #12eddd

%3.78
%49.79
%46.43

CMYK Percentages of Color #12eddd

%92
%0
%7
%7

Triadic Colors of #12eddd

#12eddd #dd12ed #eddd12

Analogous Colors of #12eddd

#12eddd #1290ed #12ed70

Monochromatic Colors of #12eddd

#12eddd

Complementary Color

#12eddd #ed1222

#12eddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12eddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#12eddd Color CSS Codes

.mybgcolor {background-color:#12eddd; } 
.myforecolor {color:#12eddd; }
.mybordercolor {border:3px solid #12eddd; }

#12eddd Text Font Color

<p style="color:#12eddd">Text here</p>

This sample text font color is #12eddd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#12eddd Background Color

<div style="background-color:#12eddd">
Div content here</div>

This div background color is #12eddd


#12eddd Border Color

<div style="border:3px solid #12eddd">
Div here</div>

This div border color is #12eddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,237,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12eddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12eddd;
  -webkit-box-shadow: 1px 1px 3px 2px #12eddd;
  box-shadow:         1px 1px 3px 2px #12eddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,237,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #12eddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #12eddd;
  -webkit-box-shadow: 1px 1px 3px 2px #12eddd;
  box-shadow:         1px 1px 3px 2px #12eddd;">
Div content here</div>

This div box has shadow with color #12eddd


Comments

No comments written yet.

Please login to write comment.