Color Hex Logo

#00ccca Color Hex

#00CCCA
(0,204,202)
0 Favorites   0 Comments

Color spaces of #00ccca

RGB 0204202
HSL0.501.000.40
HSV179°100°80°
CMYK 1.000.000.01   0.20
XYZ32.253547.450063.3359
Yxy47.45000.22550.3317
Hunter Lab68.8840-36.9680-6.2959
CIE-Lab74.4767-41.2342-10.9583

#00ccca color RGB value is (0,204,202).

#00ccca hex color red value is 0, green value is 204 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #00ccca hue: 0.50 , saturation: 1.00 and the lightness value of 00ccca is 0.40.

The process color (four color CMYK) of #00ccca color hex is 1.00, 0.00, 0.01, 0.20. Web safe color of #00ccca is #00cccc. Color #00ccca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001100 11001010
Octal 0 314 312
Decimal 0 204 202
Hex 0 CC CA

RGB Percentages of Color #00ccca

%0.00
%50.25
%49.75

CMYK Percentages of Color #00ccca

%100
%0
%1
%20

Triadic Colors of #00ccca

#00ccca #ca00cc #ccca00

Analogous Colors of #00ccca

#00ccca #0068cc #00cc64

Monochromatic Colors of #00ccca

#00ccca

Complementary Color

#00ccca #cc0002

#00ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ccca Color CSS Codes

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

#00ccca Text Font Color

<p style="color:#00ccca">Text here</p>

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


#00ccca Background Color

<div style="background-color:#00ccca">
Div content here</div>

This div background color is #00ccca


#00ccca Border Color

<div style="border:3px solid #00ccca">
Div here</div>

This div border color is #00ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ccca


Comments

No comments written yet.

Please login to write comment.