Color Hex Logo

#0caccb Color Hex

#0CACCB
(12,172,203)
0 Favorites   0 Comments

Color spaces of #0caccb

RGB 12172203
HSL0.530.890.42
HSV190°94°80°
CMYK 0.940.150.00   0.20
XYZ25.683633.895061.6886
Yxy33.89500.21180.2795
Hunter Lab58.2194-23.1384-22.0694
CIE-Lab64.8791-25.3640-26.0457

#0caccb color RGB value is (12,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101100 11001011
Octal 14 254 313
Decimal 12 172 203
Hex C AC CB

RGB Percentages of Color #0caccb

%3.10
%44.44
%52.45

CMYK Percentages of Color #0caccb

%94
%15
%0
%20

Triadic Colors of #0caccb

#0caccb #cb0cac #accb0c

Analogous Colors of #0caccb

#0caccb #0c4dcb #0ccb8b

Monochromatic Colors of #0caccb

#0caccb

Complementary Color

#0caccb #cb2b0c

#0caccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0caccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0caccb Color CSS Codes

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

#0caccb Text Font Color

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

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


#0caccb Background Color

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

This div background color is #0caccb


#0caccb Border Color

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

This div border color is #0caccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0caccb


Comments

No comments written yet.

Please login to write comment.