Color Hex Logo

#9ea01d Color Hex

#9EA01D
(158,160,29)
0 Favorites   0 Comments

Color spaces of #9ea01d

RGB 15816029
HSL0.170.690.37
HSV61°82°63°
CMYK 0.010.000.82   0.37
XYZ26.893132.49946.0180
Yxy32.49940.41110.4969
Hunter Lab57.0082-15.558733.6469
CIE-Lab63.7535-15.515561.3226

#9ea01d color RGB value is (158,160,29).

#9ea01d hex color red value is 158, green value is 160 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #9ea01d hue: 0.17 , saturation: 0.69 and the lightness value of 9ea01d is 0.37.

The process color (four color CMYK) of #9ea01d color hex is 0.01, 0.00, 0.82, 0.37. Web safe color of #9ea01d is #999933. Color #9ea01d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10100000 00011101
Octal 236 240 35
Decimal 158 160 29
Hex 9E A0 1D

RGB Percentages of Color #9ea01d

%45.53
%46.11
%8.36

CMYK Percentages of Color #9ea01d

%1
%0
%82
%37

Triadic Colors of #9ea01d

#9ea01d #1d9ea0 #a01d9e

Analogous Colors of #9ea01d

#9ea01d #5da01d #a0611d

Monochromatic Colors of #9ea01d

#9ea01d

Complementary Color

#9ea01d #1f1da0

#9ea01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea01d Color CSS Codes

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

#9ea01d Text Font Color

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

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


#9ea01d Background Color

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

This div background color is #9ea01d


#9ea01d Border Color

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

This div border color is #9ea01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea01d


Comments

No comments written yet.

Please login to write comment.