Color Hex Logo

#00cccc Color Hex

#00CCCC
(0,204,204)
41 Favorites   1 Comments

Color spaces of #00cccc

RGB 0204204
HSL0.501.000.40
HSV180°100°80°
CMYK 1.000.000.00   0.20
XYZ32.491947.545464.5914
Yxy47.54540.22470.3287
Hunter Lab68.9532-36.5558-7.2723
CIE-Lab74.5373-40.6382-11.9498

#00cccc color RGB value is (0,204,204). This hex color code is also a web safe color which is equal to #0CC.

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001100 11001100
Octal 0 314 314
Decimal 0 204 204
Hex 0 CC CC

RGB Percentages of Color #00cccc

%0.00
%50.00
%50.00

CMYK Percentages of Color #00cccc

%100
%0
%0
%20

Triadic Colors of #00cccc

#00cccc #cc00cc #cccc00

Analogous Colors of #00cccc

#00cccc #0066cc #00cc66

Monochromatic Colors of #00cccc

#00cccc

Complementary Color

#00cccc #cc0000

#00cccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00cccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#00cccc Color CSS Codes

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

#00cccc Text Font Color

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

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


#00cccc Background Color

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

This div background color is #00cccc


#00cccc Border Color

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

This div border color is #00cccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00cccc


Comments

27 Jan 2021, 14:50 ScratcherXBOX

Coolest Shade Of Blue :D

Please login to write comment.