Color Hex Logo

#9ea632 Color Hex

#9EA632
(158,166,50)
0 Favorites   0 Comments

Color spaces of #9ea632

RGB 15816650
HSL0.180.540.42
HSV64°70°65°
CMYK 0.050.000.70   0.35
XYZ28.312534.77188.2370
Yxy34.77180.39700.4875
Hunter Lab58.9676-17.489032.9953
CIE-Lab65.5706-17.671756.0528

#9ea632 color RGB value is (158,166,50).

#9ea632 hex color red value is 158, green value is 166 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #9ea632 hue: 0.18 , saturation: 0.54 and the lightness value of 9ea632 is 0.42.

The process color (four color CMYK) of #9ea632 color hex is 0.05, 0.00, 0.70, 0.35. Web safe color of #9ea632 is #999933. Color #9ea632 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10100110 00110010
Octal 236 246 62
Decimal 158 166 50
Hex 9E A6 32

RGB Percentages of Color #9ea632

%42.25
%44.39
%13.37

CMYK Percentages of Color #9ea632

%5
%0
%70
%35

Triadic Colors of #9ea632

#9ea632 #329ea6 #a6329e

Analogous Colors of #9ea632

#9ea632 #64a632 #a67432

Monochromatic Colors of #9ea632

#9ea632

Complementary Color

#9ea632 #3a32a6

#9ea632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea632 Color CSS Codes

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

#9ea632 Text Font Color

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

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


#9ea632 Background Color

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

This div background color is #9ea632


#9ea632 Border Color

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

This div border color is #9ea632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea632


Comments

No comments written yet.

Please login to write comment.