Color Hex Logo

#9efaab Color Hex

#9EFAAB
(158,250,171)
0 Favorites   0 Comments

Color spaces of #9efaab

RGB 158250171
HSL0.360.900.80
HSV128°37°98°
CMYK 0.370.000.32   0.02
XYZ55.636878.580650.7633
Yxy78.58060.30080.4248
Hunter Lab88.6457-43.097828.0993
CIE-Lab91.0442-43.139129.4775

#9efaab color RGB value is (158,250,171).

#9efaab hex color red value is 158, green value is 250 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9efaab hue: 0.36 , saturation: 0.90 and the lightness value of 9efaab is 0.80.

The process color (four color CMYK) of #9efaab color hex is 0.37, 0.00, 0.32, 0.02. Web safe color of #9efaab is #99ff99. Color #9efaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111010 10101011
Octal 236 372 253
Decimal 158 250 171
Hex 9E FA AB

RGB Percentages of Color #9efaab

%27.29
%43.18
%29.53

CMYK Percentages of Color #9efaab

%37
%0
%32
%2

Triadic Colors of #9efaab

#9efaab #ab9efa #faab9e

Analogous Colors of #9efaab

#9efaab #9efad9 #bffa9e

Monochromatic Colors of #9efaab

#9efaab

Complementary Color

#9efaab #fa9eed

#9efaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efaab Color CSS Codes

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

#9efaab Text Font Color

<p style="color:#9efaab">Text here</p>

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


#9efaab Background Color

<div style="background-color:#9efaab">
Div content here</div>

This div background color is #9efaab


#9efaab Border Color

<div style="border:3px solid #9efaab">
Div here</div>

This div border color is #9efaab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,250,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9efaab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9efaab;
  -webkit-box-shadow: 1px 1px 3px 2px #9efaab;
  box-shadow:         1px 1px 3px 2px #9efaab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,250,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 #9efaab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efaab

#9efaab Color Palettes


Comments

No comments written yet.

Please login to write comment.