Color Hex Logo

#9ea166 Color Hex

#9EA166
(158,161,102)
0 Favorites   0 Comments

Color spaces of #9ea166

RGB 158161102
HSL0.180.240.52
HSV63°37°63°
CMYK 0.020.000.37   0.37
XYZ29.243733.718117.5373
Yxy33.71810.36330.4189
Hunter Lab58.0673-11.722022.7405
CIE-Lab64.7382-10.462130.3866

#9ea166 color RGB value is (158,161,102).

#9ea166 hex color red value is 158, green value is 161 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #9ea166 hue: 0.18 , saturation: 0.24 and the lightness value of 9ea166 is 0.52.

The process color (four color CMYK) of #9ea166 color hex is 0.02, 0.00, 0.37, 0.37. Web safe color of #9ea166 is #999966. Color #9ea166 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10100001 01100110
Octal 236 241 146
Decimal 158 161 102
Hex 9E A1 66

RGB Percentages of Color #9ea166

%37.53
%38.24
%24.23

CMYK Percentages of Color #9ea166

%2
%0
%37
%37

Triadic Colors of #9ea166

#9ea166 #669ea1 #a1669e

Analogous Colors of #9ea166

#9ea166 #81a166 #a18766

Monochromatic Colors of #9ea166

#9ea166

Complementary Color

#9ea166 #6966a1

#9ea166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea166 Color CSS Codes

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

#9ea166 Text Font Color

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

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


#9ea166 Background Color

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

This div background color is #9ea166


#9ea166 Border Color

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

This div border color is #9ea166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea166


Comments

No comments written yet.

Please login to write comment.