Color Hex Logo

#08edde Color Hex

#08EDDE
(8,237,222)
0 Favorites   0 Comments

Color spaces of #08edde

RGB 8237222
HSL0.490.930.48
HSV176°97°93°
CMYK 0.970.000.06   0.07
XYZ43.569165.893979.5297
Yxy65.89390.23050.3487
Hunter Lab81.1751-46.2500-1.2657
CIE-Lab84.9423-49.5732-6.0779

#08edde color RGB value is (8,237,222).

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

The process color (four color CMYK) of #08edde color hex is 0.97, 0.00, 0.06, 0.07. Web safe color of #08edde is #00ffcc. Color #08edde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 11101101 11011110
Octal 10 355 336
Decimal 8 237 222
Hex 8 ED DE

RGB Percentages of Color #08edde

%1.71
%50.75
%47.54

CMYK Percentages of Color #08edde

%97
%0
%6
%7

Triadic Colors of #08edde

#08edde #de08ed #edde08

Analogous Colors of #08edde

#08edde #088aed #08ed6c

Monochromatic Colors of #08edde

#08edde

Complementary Color

#08edde #ed0817

#08edde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08edde Color Preview on White Background

Lorem ipsum dolor sit amet.

#08edde Color CSS Codes

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

#08edde Text Font Color

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

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


#08edde Background Color

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

This div background color is #08edde


#08edde Border Color

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

This div border color is #08edde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08edde


Comments

No comments written yet.

Please login to write comment.