Color Hex Logo

#08efab Color Hex

#08EFAB
(8,239,171)
0 Favorites   0 Comments

Color spaces of #08efab

RGB 8239171
HSL0.450.940.48
HSV162°97°94°
CMYK 0.970.000.28   0.06
XYZ38.317364.724949.0017
Yxy64.72490.25200.4257
Hunter Lab80.4518-55.775320.2038
CIE-Lab84.3418-63.142919.7366

#08efab color RGB value is (8,239,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11101111 10101011
Octal 10 357 253
Decimal 8 239 171
Hex 8 EF AB

RGB Percentages of Color #08efab

%1.91
%57.18
%40.91

CMYK Percentages of Color #08efab

%97
%0
%28
%6

Triadic Colors of #08efab

#08efab #ab08ef #efab08

Analogous Colors of #08efab

#08efab #08c0ef #08ef38

Monochromatic Colors of #08efab

#08efab

Complementary Color

#08efab #ef084c

#08efab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08efab Color Preview on White Background

Lorem ipsum dolor sit amet.

#08efab Color CSS Codes

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

#08efab Text Font Color

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

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


#08efab Background Color

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

This div background color is #08efab


#08efab Border Color

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

This div border color is #08efab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08efab


Comments

No comments written yet.

Please login to write comment.