Color Hex Logo

#9ead83 Color Hex

#9EAD83
(158,173,131)
0 Favorites   0 Comments

Color spaces of #9ead83

RGB 158173131
HSL0.230.200.60
HSV81°24°68°
CMYK 0.090.000.24   0.32
XYZ33.140938.794927.2142
Yxy38.79490.33430.3913
Hunter Lab62.2856-14.023417.6945
CIE-Lab68.6024-12.744619.8843

#9ead83 color RGB value is (158,173,131).

#9ead83 hex color red value is 158, green value is 173 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #9ead83 hue: 0.23 , saturation: 0.20 and the lightness value of 9ead83 is 0.60.

The process color (four color CMYK) of #9ead83 color hex is 0.09, 0.00, 0.24, 0.32. Web safe color of #9ead83 is #999999. Color #9ead83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101101 10000011
Octal 236 255 203
Decimal 158 173 131
Hex 9E AD 83

RGB Percentages of Color #9ead83

%34.20
%37.45
%28.35

CMYK Percentages of Color #9ead83

%9
%0
%24
%32

Triadic Colors of #9ead83

#9ead83 #839ead #ad839e

Analogous Colors of #9ead83

#9ead83 #89ad83 #ada783

Monochromatic Colors of #9ead83

#9ead83

Complementary Color

#9ead83 #9283ad

#9ead83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ead83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ead83 Color CSS Codes

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

#9ead83 Text Font Color

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

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


#9ead83 Background Color

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

This div background color is #9ead83


#9ead83 Border Color

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

This div border color is #9ead83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ead83


Comments

No comments written yet.

Please login to write comment.