Color Hex Logo

#0cafca Color Hex

#0CAFCA
(12,175,202)
0 Favorites   0 Comments

Color spaces of #0cafca

RGB 12175202
HSL0.520.890.42
HSV189°94°79°
CMYK 0.940.130.00   0.21
XYZ26.142335.002461.2554
Yxy35.00240.21360.2860
Hunter Lab59.1628-24.6611-19.9731
CIE-Lab65.7505-27.2070-24.1550

#0cafca color RGB value is (12,175,202).

#0cafca hex color red value is 12, green value is 175 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0cafca hue: 0.52 , saturation: 0.89 and the lightness value of 0cafca is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101111 11001010
Octal 14 257 312
Decimal 12 175 202
Hex C AF CA

RGB Percentages of Color #0cafca

%3.08
%44.99
%51.93

CMYK Percentages of Color #0cafca

%94
%13
%0
%21

Triadic Colors of #0cafca

#0cafca #ca0caf #afca0c

Analogous Colors of #0cafca

#0cafca #0c50ca #0cca86

Monochromatic Colors of #0cafca

#0cafca

Complementary Color

#0cafca #ca270c

#0cafca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cafca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cafca Color CSS Codes

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

#0cafca Text Font Color

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

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


#0cafca Background Color

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

This div background color is #0cafca


#0cafca Border Color

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

This div border color is #0cafca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,175,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cafca


Comments

No comments written yet.

Please login to write comment.