Color Hex Logo

#05cccc Color Hex

#05CCCC
(5,204,204)
0 Favorites   0 Comments

Color spaces of #05cccc

RGB 5204204
HSL0.500.950.41
HSV180°98°80°
CMYK 0.980.000.00   0.20
XYZ32.554547.577664.5943
Yxy47.57760.22490.3287
Hunter Lab68.9765-36.4632-7.2396
CIE-Lab74.5577-40.5019-11.9171

#05cccc color RGB value is (5,204,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 11001100 11001100
Octal 5 314 314
Decimal 5 204 204
Hex 5 CC CC

RGB Percentages of Color #05cccc

%1.21
%49.39
%49.39

CMYK Percentages of Color #05cccc

%98
%0
%0
%20

Triadic Colors of #05cccc

#05cccc #cc05cc #cccc05

Analogous Colors of #05cccc

#05cccc #0569cc #05cc69

Monochromatic Colors of #05cccc

#05cccc

Complementary Color

#05cccc #cc0505

#05cccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05cccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#05cccc Color CSS Codes

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

#05cccc Text Font Color

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

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


#05cccc Background Color

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

This div background color is #05cccc


#05cccc Border Color

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

This div border color is #05cccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,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 #05cccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05cccc


Comments

No comments written yet.

Please login to write comment.