Color Hex Logo

#08ccdc Color Hex

#08CCDC
(8,204,220)
0 Favorites   0 Comments

Color spaces of #08ccdc

RGB 8204220
HSL0.510.930.45
HSV185°96°86°
CMYK 0.960.070.00   0.14
XYZ34.611348.404775.2290
Yxy48.40470.21870.3059
Hunter Lab69.5735-32.9537-15.4081
CIE-Lab75.0795-35.5333-19.7757

#08ccdc color RGB value is (8,204,220).

#08ccdc hex color red value is 8, green value is 204 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #08ccdc hue: 0.51 , saturation: 0.93 and the lightness value of 08ccdc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11001100 11011100
Octal 10 314 334
Decimal 8 204 220
Hex 8 CC DC

RGB Percentages of Color #08ccdc

%1.85
%47.22
%50.93

CMYK Percentages of Color #08ccdc

%96
%7
%0
%14

Triadic Colors of #08ccdc

#08ccdc #dc08cc #ccdc08

Analogous Colors of #08ccdc

#08ccdc #0862dc #08dc82

Monochromatic Colors of #08ccdc

#08ccdc

Complementary Color

#08ccdc #dc1808

#08ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#08ccdc Color CSS Codes

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

#08ccdc Text Font Color

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

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


#08ccdc Background Color

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

This div background color is #08ccdc


#08ccdc Border Color

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

This div border color is #08ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08ccdc


Comments

No comments written yet.

Please login to write comment.