Color Hex Logo

#08cccd Color Hex

#08CCCD
(8,204,205)
0 Favorites   0 Comments

Color spaces of #08cccd

RGB 8204205
HSL0.500.920.42
HSV180°96°80°
CMYK 0.960.000.00   0.20
XYZ32.712547.645165.2299
Yxy47.64510.22470.3273
Hunter Lab69.0254-36.1999-7.7120
CIE-Lab74.6005-40.1214-12.3927

#08cccd color RGB value is (8,204,205).

#08cccd hex color red value is 8, green value is 204 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #08cccd hue: 0.50 , saturation: 0.92 and the lightness value of 08cccd is 0.42.

The process color (four color CMYK) of #08cccd color hex is 0.96, 0.00, 0.00, 0.20. Web safe color of #08cccd is #00cccc. Color #08cccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 11001100 11001101
Octal 10 314 315
Decimal 8 204 205
Hex 8 CC CD

RGB Percentages of Color #08cccd

%1.92
%48.92
%49.16

CMYK Percentages of Color #08cccd

%96
%0
%0
%20

Triadic Colors of #08cccd

#08cccd #cd08cc #cccd08

Analogous Colors of #08cccd

#08cccd #086acd #08cd6c

Monochromatic Colors of #08cccd

#08cccd

Complementary Color

#08cccd #cd0908

#08cccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08cccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#08cccd Color CSS Codes

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

#08cccd Text Font Color

<p style="color:#08cccd">Text here</p>

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


#08cccd Background Color

<div style="background-color:#08cccd">
Div content here</div>

This div background color is #08cccd


#08cccd Border Color

<div style="border:3px solid #08cccd">
Div here</div>

This div border color is #08cccd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,204,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08cccd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08cccd;
  -webkit-box-shadow: 1px 1px 3px 2px #08cccd;
  box-shadow:         1px 1px 3px 2px #08cccd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08cccd


Comments

No comments written yet.

Please login to write comment.