Color Hex Logo

#08dced Color Hex

#08DCED
(8,220,237)
0 Favorites   0 Comments

Color spaces of #08dced

RGB 8220237
HSL0.510.930.48
HSV184°97°93°
CMYK 0.970.070.00   0.07
XYZ40.979457.352489.0311
Yxy57.35240.21870.3061
Hunter Lab75.7314-35.9408-16.6904
CIE-Lab80.3774-37.6919-20.8532

#08dced color RGB value is (8,220,237).

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

The process color (four color CMYK) of #08dced color hex is 0.97, 0.07, 0.00, 0.07. Web safe color of #08dced is #00ccff. Color #08dced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 11011100 11101101
Octal 10 334 355
Decimal 8 220 237
Hex 8 DC ED

RGB Percentages of Color #08dced

%1.72
%47.31
%50.97

CMYK Percentages of Color #08dced

%97
%7
%0
%7

Triadic Colors of #08dced

#08dced #ed08dc #dced08

Analogous Colors of #08dced

#08dced #086aed #08ed8c

Monochromatic Colors of #08dced

#08dced

Complementary Color

#08dced #ed1908

#08dced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08dced Color Preview on White Background

Lorem ipsum dolor sit amet.

#08dced Color CSS Codes

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

#08dced Text Font Color

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

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


#08dced Background Color

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

This div background color is #08dced


#08dced Border Color

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

This div border color is #08dced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08dced


Comments

No comments written yet.

Please login to write comment.