Color Hex Logo

#08cedd Color Hex

#08CEDD
(8,206,221)
0 Favorites   0 Comments

Color spaces of #08cedd

RGB 8206221
HSL0.510.930.45
HSV184°96°87°
CMYK 0.960.070.00   0.13
XYZ35.222649.414776.0882
Yxy49.41470.21910.3074
Hunter Lab70.2956-33.5773-14.9688
CIE-Lab75.7086-36.1552-19.3616

#08cedd color RGB value is (8,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11001110 11011101
Octal 10 316 335
Decimal 8 206 221
Hex 8 CE DD

RGB Percentages of Color #08cedd

%1.84
%47.36
%50.80

CMYK Percentages of Color #08cedd

%96
%7
%0
%13

Triadic Colors of #08cedd

#08cedd #dd08ce #cedd08

Analogous Colors of #08cedd

#08cedd #0864dd #08dd82

Monochromatic Colors of #08cedd

#08cedd

Complementary Color

#08cedd #dd1708

#08cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#08cedd Color CSS Codes

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

#08cedd Text Font Color

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

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


#08cedd Background Color

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

This div background color is #08cedd


#08cedd Border Color

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

This div border color is #08cedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08cedd


Comments

No comments written yet.

Please login to write comment.