Color Hex Logo

#9eebae Color Hex

#9EEBAE
(158,235,174)
0 Favorites   0 Comments

Color spaces of #9eebae

RGB 158235174
HSL0.370.660.77
HSV132°33°92°
CMYK 0.330.000.26   0.08
XYZ51.448969.741850.7943
Yxy69.74180.29910.4055
Hunter Lab83.5116-36.176922.3961
CIE-Lab86.8701-35.916522.2492

#9eebae color RGB value is (158,235,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101011 10101110
Octal 236 353 256
Decimal 158 235 174
Hex 9E EB AE

RGB Percentages of Color #9eebae

%27.87
%41.45
%30.69

CMYK Percentages of Color #9eebae

%33
%0
%26
%8

Triadic Colors of #9eebae

#9eebae #ae9eeb #ebae9e

Analogous Colors of #9eebae

#9eebae #9eebd5 #b5eb9e

Monochromatic Colors of #9eebae

#9eebae

Complementary Color

#9eebae #eb9edb

#9eebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eebae Color CSS Codes

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

#9eebae Text Font Color

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

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


#9eebae Background Color

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

This div background color is #9eebae


#9eebae Border Color

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

This div border color is #9eebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eebae


Comments

No comments written yet.

Please login to write comment.