Color Hex Logo

#08ebad Color Hex

#08EBAD
(8,235,173)
0 Favorites   0 Comments

Color spaces of #08ebad

RGB 8235173
HSL0.450.930.48
HSV164°97°92°
CMYK 0.970.000.26   0.08
XYZ37.351362.485449.6274
Yxy62.48540.24990.4181
Hunter Lab79.0477-53.989418.1102
CIE-Lab83.1709-61.226317.0683

#08ebad color RGB value is (8,235,173).

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

The process color (four color CMYK) of #08ebad color hex is 0.97, 0.00, 0.26, 0.08. Web safe color of #08ebad is #00ff99. Color #08ebad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 11101011 10101101
Octal 10 353 255
Decimal 8 235 173
Hex 8 EB AD

RGB Percentages of Color #08ebad

%1.92
%56.49
%41.59

CMYK Percentages of Color #08ebad

%97
%0
%26
%8

Triadic Colors of #08ebad

#08ebad #ad08eb #ebad08

Analogous Colors of #08ebad

#08ebad #08b8eb #08eb3c

Monochromatic Colors of #08ebad

#08ebad

Complementary Color

#08ebad #eb0846

#08ebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08ebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#08ebad Color CSS Codes

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

#08ebad Text Font Color

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

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


#08ebad Background Color

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

This div background color is #08ebad


#08ebad Border Color

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

This div border color is #08ebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08ebad


Comments

No comments written yet.

Please login to write comment.