Color Hex Logo

#9ea348 Color Hex

#9EA348
(158,163,72)
0 Favorites   0 Comments

Color spaces of #9ea348

RGB 15816372
HSL0.180.390.46
HSV63°56°64°
CMYK 0.030.000.56   0.36
XYZ28.367433.931411.1852
Yxy33.93140.38600.4618
Hunter Lab58.2507-15.011229.3907
CIE-Lab64.9081-14.600345.8287

#9ea348 color RGB value is (158,163,72).

#9ea348 hex color red value is 158, green value is 163 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #9ea348 hue: 0.18 , saturation: 0.39 and the lightness value of 9ea348 is 0.46.

The process color (four color CMYK) of #9ea348 color hex is 0.03, 0.00, 0.56, 0.36. Web safe color of #9ea348 is #999933. Color #9ea348 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10100011 01001000
Octal 236 243 110
Decimal 158 163 72
Hex 9E A3 48

RGB Percentages of Color #9ea348

%40.20
%41.48
%18.32

CMYK Percentages of Color #9ea348

%3
%0
%56
%36

Triadic Colors of #9ea348

#9ea348 #489ea3 #a3489e

Analogous Colors of #9ea348

#9ea348 #71a348 #a37b48

Monochromatic Colors of #9ea348

#9ea348

Complementary Color

#9ea348 #4d48a3

#9ea348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea348 Color CSS Codes

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

#9ea348 Text Font Color

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

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


#9ea348 Background Color

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

This div background color is #9ea348


#9ea348 Border Color

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

This div border color is #9ea348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea348


Comments

No comments written yet.

Please login to write comment.