Color Hex Logo

#9eebab Color Hex

#9EEBAB
(158,235,171)
0 Favorites   0 Comments

Color spaces of #9eebab

RGB 158235171
HSL0.360.660.77
HSV130°33°92°
CMYK 0.330.000.27   0.08
XYZ51.159669.626049.2709
Yxy69.62600.30080.4094
Hunter Lab83.4422-36.582923.4000
CIE-Lab86.8131-36.436123.7174

#9eebab color RGB value is (158,235,171).

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

The process color (four color CMYK) of #9eebab color hex is 0.33, 0.00, 0.27, 0.08. Web safe color of #9eebab is #99ff99. Color #9eebab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101011 10101011
Octal 236 353 253
Decimal 158 235 171
Hex 9E EB AB

RGB Percentages of Color #9eebab

%28.01
%41.67
%30.32

CMYK Percentages of Color #9eebab

%33
%0
%27
%8

Triadic Colors of #9eebab

#9eebab #ab9eeb #ebab9e

Analogous Colors of #9eebab

#9eebab #9eebd2 #b8eb9e

Monochromatic Colors of #9eebab

#9eebab

Complementary Color

#9eebab #eb9ede

#9eebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eebab Color CSS Codes

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

#9eebab Text Font Color

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

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


#9eebab Background Color

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

This div background color is #9eebab


#9eebab Border Color

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

This div border color is #9eebab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eebab


Comments

No comments written yet.

Please login to write comment.