Color Hex Logo

#08eabe Color Hex

#08EABE
(8,234,190)
0 Favorites   0 Comments

Color spaces of #08eabe

RGB 8234190
HSL0.470.930.47
HSV168°97°92°
CMYK 0.970.000.19   0.08
XYZ38.817262.615058.7552
Yxy62.61500.24230.3909
Hunter Lab79.1296-50.913311.3668
CIE-Lab83.2394-56.79198.2758

#08eabe color RGB value is (8,234,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11101010 10111110
Octal 10 352 276
Decimal 8 234 190
Hex 8 EA BE

RGB Percentages of Color #08eabe

%1.85
%54.17
%43.98

CMYK Percentages of Color #08eabe

%97
%0
%19
%8

Triadic Colors of #08eabe

#08eabe #be08ea #eabe08

Analogous Colors of #08eabe

#08eabe #08a5ea #08ea4d

Monochromatic Colors of #08eabe

#08eabe

Complementary Color

#08eabe #ea0834

#08eabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08eabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#08eabe Color CSS Codes

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

#08eabe Text Font Color

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

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


#08eabe Background Color

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

This div background color is #08eabe


#08eabe Border Color

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

This div border color is #08eabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08eabe


Comments

No comments written yet.

Please login to write comment.