Color Hex Logo

#9ea23d Color Hex

#9EA23D
(158,162,61)
0 Favorites   0 Comments

Color spaces of #9ea23d

RGB 15816261
HSL0.170.450.44
HSV62°62°64°
CMYK 0.020.000.62   0.36
XYZ27.863233.44679.4022
Yxy33.44670.39400.4730
Hunter Lab57.8331-15.209130.8441
CIE-Lab64.5210-14.923350.4291

#9ea23d color RGB value is (158,162,61).

#9ea23d hex color red value is 158, green value is 162 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #9ea23d hue: 0.17 , saturation: 0.45 and the lightness value of 9ea23d is 0.44.

The process color (four color CMYK) of #9ea23d color hex is 0.02, 0.00, 0.62, 0.36. Web safe color of #9ea23d is #999933. Color #9ea23d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10100010 00111101
Octal 236 242 75
Decimal 158 162 61
Hex 9E A2 3D

RGB Percentages of Color #9ea23d

%41.47
%42.52
%16.01

CMYK Percentages of Color #9ea23d

%2
%0
%62
%36

Triadic Colors of #9ea23d

#9ea23d #3d9ea2 #a23d9e

Analogous Colors of #9ea23d

#9ea23d #6ca23d #a2743d

Monochromatic Colors of #9ea23d

#9ea23d

Complementary Color

#9ea23d #413da2

#9ea23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea23d Color CSS Codes

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

#9ea23d Text Font Color

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

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


#9ea23d Background Color

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

This div background color is #9ea23d


#9ea23d Border Color

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

This div border color is #9ea23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea23d


Comments

No comments written yet.

Please login to write comment.