Color Hex Logo

#9ea193 Color Hex

#9EA193
(158,161,147)
0 Favorites   0 Comments

Color spaces of #9ea193

RGB 158161147
HSL0.200.070.60
HSV73°63°
CMYK 0.020.000.09   0.37
XYZ32.111934.865432.6410
Yxy34.86540.32230.3500
Hunter Lab59.0469-6.25728.5575
CIE-Lab65.6437-3.67226.9111

#9ea193 color RGB value is (158,161,147).

#9ea193 hex color red value is 158, green value is 161 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #9ea193 hue: 0.20 , saturation: 0.07 and the lightness value of 9ea193 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10100001 10010011
Octal 236 241 223
Decimal 158 161 147
Hex 9E A1 93

RGB Percentages of Color #9ea193

%33.91
%34.55
%31.55

CMYK Percentages of Color #9ea193

%2
%0
%9
%37

Triadic Colors of #9ea193

#9ea193 #939ea1 #a1939e

Analogous Colors of #9ea193

#9ea193 #97a193 #a19d93

Monochromatic Colors of #9ea193

#9ea193

Complementary Color

#9ea193 #9693a1

#9ea193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea193 Color CSS Codes

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

#9ea193 Text Font Color

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

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


#9ea193 Background Color

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

This div background color is #9ea193


#9ea193 Border Color

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

This div border color is #9ea193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea193


Comments

No comments written yet.

Please login to write comment.