Color Hex Logo

#0ca4ce Color Hex

#0CA4CE
(12,164,206)
0 Favorites   0 Comments

Color spaces of #0ca4ce

RGB 12164206
HSL0.540.890.43
HSV193°94°81°
CMYK 0.940.200.00   0.19
XYZ24.567731.085363.0977
Yxy31.08530.20690.2618
Hunter Lab55.7542-18.9150-28.0713
CIE-Lab62.5796-20.2032-31.2611

#0ca4ce color RGB value is (12,164,206).

#0ca4ce hex color red value is 12, green value is 164 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0ca4ce hue: 0.54 , saturation: 0.89 and the lightness value of 0ca4ce is 0.43.

The process color (four color CMYK) of #0ca4ce color hex is 0.94, 0.20, 0.00, 0.19. Web safe color of #0ca4ce is #0099cc. Color #0ca4ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10100100 11001110
Octal 14 244 316
Decimal 12 164 206
Hex C A4 CE

RGB Percentages of Color #0ca4ce

%3.14
%42.93
%53.93

CMYK Percentages of Color #0ca4ce

%94
%20
%0
%19

Triadic Colors of #0ca4ce

#0ca4ce #ce0ca4 #a4ce0c

Analogous Colors of #0ca4ce

#0ca4ce #0c43ce #0cce97

Monochromatic Colors of #0ca4ce

#0ca4ce

Complementary Color

#0ca4ce #ce360c

#0ca4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ca4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ca4ce Color CSS Codes

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

#0ca4ce Text Font Color

<p style="color:#0ca4ce">Text here</p>

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


#0ca4ce Background Color

<div style="background-color:#0ca4ce">
Div content here</div>

This div background color is #0ca4ce


#0ca4ce Border Color

<div style="border:3px solid #0ca4ce">
Div here</div>

This div border color is #0ca4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ca4ce


Comments

No comments written yet.

Please login to write comment.