Color Hex Logo

#12c9ce Color Hex

#12C9CE
(18,201,206)
0 Favorites   0 Comments

Color spaces of #12c9ce

RGB 18201206
HSL0.500.840.44
HSV182°91°81°
CMYK 0.910.020.00   0.19
XYZ32.276746.358165.6394
Yxy46.35810.22370.3213
Hunter Lab68.0868-34.5335-9.4981
CIE-Lab73.7773-38.1360-14.1641

#12c9ce color RGB value is (18,201,206).

#12c9ce hex color red value is 18, green value is 201 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #12c9ce hue: 0.50 , saturation: 0.84 and the lightness value of 12c9ce is 0.44.

The process color (four color CMYK) of #12c9ce color hex is 0.91, 0.02, 0.00, 0.19. Web safe color of #12c9ce is #00cccc. Color #12c9ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11001001 11001110
Octal 22 311 316
Decimal 18 201 206
Hex 12 C9 CE

RGB Percentages of Color #12c9ce

%4.24
%47.29
%48.47

CMYK Percentages of Color #12c9ce

%91
%2
%0
%19

Triadic Colors of #12c9ce

#12c9ce #ce12c9 #c9ce12

Analogous Colors of #12c9ce

#12c9ce #126bce #12ce75

Monochromatic Colors of #12c9ce

#12c9ce

Complementary Color

#12c9ce #ce1712

#12c9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12c9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#12c9ce Color CSS Codes

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

#12c9ce Text Font Color

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

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


#12c9ce Background Color

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

This div background color is #12c9ce


#12c9ce Border Color

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

This div border color is #12c9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12c9ce

#12c9ce Color Palettes


Comments

No comments written yet.

Please login to write comment.