Color Hex Logo

#08e8de Color Hex Bright Turquoise

#08E8DE
(8,232,222)
14 Favorites   0 Comments

Color spaces of #08e8de Bright Turquoise

RGB 8232222
HSL0.490.930.47
HSV177°97°91°
CMYK 0.970.000.04   0.09
XYZ42.141663.038879.0539
Yxy63.03880.22870.3422
Hunter Lab79.3970-44.2021-3.4559
CIE-Lab83.4628-47.4534-8.2688

#08e8de color RGB value is (8,232,222). #08e8de color name is Bright Turquoise color.

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11101000 11011110
Octal 10 350 336
Decimal 8 232 222
Hex 8 E8 DE

RGB Percentages of Color #08e8de

%1.73
%50.22
%48.05

CMYK Percentages of Color #08e8de

%97
%0
%4
%9

Triadic Colors of #08e8de

#08e8de #de08e8 #e8de08

Analogous Colors of #08e8de

#08e8de #0882e8 #08e86e

Monochromatic Colors of #08e8de

#08e8de

Complementary Color

#08e8de #e80812

#08e8de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08e8de Color Preview on White Background

Lorem ipsum dolor sit amet.

#08e8de Color CSS Codes

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

#08e8de Text Font Color

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

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


#08e8de Background Color

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

This div background color is #08e8de


#08e8de Border Color

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

This div border color is #08e8de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,232,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 #08e8de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08e8de


Comments

No comments written yet.

Please login to write comment.