Color Hex Logo

#9ea501 Color Hex

#9EA501
(158,165,1)
0 Favorites   0 Comments

Color spaces of #9ea501

RGB 1581651
HSL0.170.990.33
HSV63°99°65°
CMYK 0.040.000.99   0.35
XYZ27.561234.18165.1738
Yxy34.18160.41190.5108
Hunter Lab58.4650-18.166535.6787
CIE-Lab65.1065-18.651267.3985

#9ea501 color RGB value is (158,165,1).

#9ea501 hex color red value is 158, green value is 165 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #9ea501 hue: 0.17 , saturation: 0.99 and the lightness value of 9ea501 is 0.33.

The process color (four color CMYK) of #9ea501 color hex is 0.04, 0.00, 0.99, 0.35. Web safe color of #9ea501 is #999900. Color #9ea501 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10100101 00000001
Octal 236 245 1
Decimal 158 165 1
Hex 9E A5 1

RGB Percentages of Color #9ea501

%48.77
%50.93
%0.31

CMYK Percentages of Color #9ea501

%4
%0
%99
%35

Triadic Colors of #9ea501

#9ea501 #019ea5 #a5019e

Analogous Colors of #9ea501

#9ea501 #4ca501 #a55a01

Monochromatic Colors of #9ea501

#9ea501

Complementary Color

#9ea501 #0801a5

#9ea501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea501 Color CSS Codes

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

#9ea501 Text Font Color

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

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


#9ea501 Background Color

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

This div background color is #9ea501


#9ea501 Border Color

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

This div border color is #9ea501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea501


Comments

No comments written yet.

Please login to write comment.