Color Hex Logo

#0ccace Color Hex

#0CCACE
(12,202,206)
0 Favorites   0 Comments

Color spaces of #0ccace

RGB 12202206
HSL0.500.890.43
HSV181°94°81°
CMYK 0.940.020.00   0.19
XYZ32.412746.775565.7128
Yxy46.77550.22370.3228
Hunter Lab68.3926-35.0922-9.0920
CIE-Lab74.0459-38.8046-13.7639

#0ccace color RGB value is (12,202,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001010 11001110
Octal 14 312 316
Decimal 12 202 206
Hex C CA CE

RGB Percentages of Color #0ccace

%2.86
%48.10
%49.05

CMYK Percentages of Color #0ccace

%94
%2
%0
%19

Triadic Colors of #0ccace

#0ccace #ce0cca #cace0c

Analogous Colors of #0ccace

#0ccace #0c69ce #0cce71

Monochromatic Colors of #0ccace

#0ccace

Complementary Color

#0ccace #ce100c

#0ccace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ccace Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ccace Color CSS Codes

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

#0ccace Text Font Color

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

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


#0ccace Background Color

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

This div background color is #0ccace


#0ccace Border Color

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

This div border color is #0ccace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ccace


Comments

No comments written yet.

Please login to write comment.