Color Hex Logo

#9ead65 Color Hex

#9EAD65
(158,173,101)
0 Favorites   0 Comments

Color spaces of #9ead65

RGB 158173101
HSL0.200.310.54
HSV73°42°68°
CMYK 0.090.000.42   0.32
XYZ31.393138.095818.0106
Yxy38.09580.35880.4354
Hunter Lab61.7218-17.224025.9043
CIE-Lab68.0912-16.839535.1973

#9ead65 color RGB value is (158,173,101).

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

The process color (four color CMYK) of #9ead65 color hex is 0.09, 0.00, 0.42, 0.32. Web safe color of #9ead65 is #999966. Color #9ead65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101101 01100101
Octal 236 255 145
Decimal 158 173 101
Hex 9E AD 65

RGB Percentages of Color #9ead65

%36.57
%40.05
%23.38

CMYK Percentages of Color #9ead65

%9
%0
%42
%32

Triadic Colors of #9ead65

#9ead65 #659ead #ad659e

Analogous Colors of #9ead65

#9ead65 #7aad65 #ad9865

Monochromatic Colors of #9ead65

#9ead65

Complementary Color

#9ead65 #7465ad

#9ead65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ead65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ead65 Color CSS Codes

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

#9ead65 Text Font Color

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

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


#9ead65 Background Color

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

This div background color is #9ead65


#9ead65 Border Color

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

This div border color is #9ead65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ead65


Comments

No comments written yet.

Please login to write comment.