Color Hex Logo

#12cfdd Color Hex

#12CFDD
(18,207,221)
0 Favorites   0 Comments

Color spaces of #12cfdd

RGB 18207221
HSL0.510.850.47
HSV184°92°87°
CMYK 0.920.060.00   0.13
XYZ35.613449.974776.1757
Yxy49.97470.22020.3089
Hunter Lab70.6928-33.7882-14.4036
CIE-Lab76.0537-36.3195-18.8345

#12cfdd color RGB value is (18,207,221).

#12cfdd hex color red value is 18, green value is 207 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #12cfdd hue: 0.51 , saturation: 0.85 and the lightness value of 12cfdd is 0.47.

The process color (four color CMYK) of #12cfdd color hex is 0.92, 0.06, 0.00, 0.13. Web safe color of #12cfdd is #00cccc. Color #12cfdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11001111 11011101
Octal 22 317 335
Decimal 18 207 221
Hex 12 CF DD

RGB Percentages of Color #12cfdd

%4.04
%46.41
%49.55

CMYK Percentages of Color #12cfdd

%92
%6
%0
%13

Triadic Colors of #12cfdd

#12cfdd #dd12cf #cfdd12

Analogous Colors of #12cfdd

#12cfdd #126add #12dd86

Monochromatic Colors of #12cfdd

#12cfdd

Complementary Color

#12cfdd #dd2012

#12cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#12cfdd Color CSS Codes

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

#12cfdd Text Font Color

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

This sample text font color is #12cfdd
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.


#12cfdd Background Color

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

This div background color is #12cfdd


#12cfdd Border Color

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

This div border color is #12cfdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,207,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 #12cfdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12cfdd


Comments

No comments written yet.

Please login to write comment.