Color Hex Logo

#0cacca Color Hex

#0CACCA
(12,172,202)
0 Favorites   0 Comments

Color spaces of #0cacca

RGB 12172202
HSL0.530.890.42
HSV189°94°79°
CMYK 0.940.150.00   0.21
XYZ25.564833.847561.0629
Yxy33.84750.21220.2809
Hunter Lab58.1786-23.3762-21.5044
CIE-Lab64.8413-25.7003-25.5494

#0cacca color RGB value is (12,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101100 11001010
Octal 14 254 312
Decimal 12 172 202
Hex C AC CA

RGB Percentages of Color #0cacca

%3.11
%44.56
%52.33

CMYK Percentages of Color #0cacca

%94
%15
%0
%21

Triadic Colors of #0cacca

#0cacca #ca0cac #acca0c

Analogous Colors of #0cacca

#0cacca #0c4dca #0cca89

Monochromatic Colors of #0cacca

#0cacca

Complementary Color

#0cacca #ca2a0c

#0cacca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cacca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cacca Color CSS Codes

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

#0cacca Text Font Color

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

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


#0cacca Background Color

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

This div background color is #0cacca


#0cacca Border Color

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

This div border color is #0cacca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cacca


Comments

No comments written yet.

Please login to write comment.