Color Hex Logo

#9eb35d Color Hex

#9EB35D
(158,179,93)
0 Favorites   0 Comments

Color spaces of #9eb35d

RGB 15817993
HSL0.210.360.53
HSV75°48°70°
CMYK 0.120.000.48   0.30
XYZ32.196440.299616.4376
Yxy40.29960.36200.4531
Hunter Lab63.4820-20.562929.0852
CIE-Lab69.6824-20.775041.2348

#9eb35d color RGB value is (158,179,93).

#9eb35d hex color red value is 158, green value is 179 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #9eb35d hue: 0.21 , saturation: 0.36 and the lightness value of 9eb35d is 0.53.

The process color (four color CMYK) of #9eb35d color hex is 0.12, 0.00, 0.48, 0.30. Web safe color of #9eb35d is #99cc66. Color #9eb35d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10110011 01011101
Octal 236 263 135
Decimal 158 179 93
Hex 9E B3 5D

RGB Percentages of Color #9eb35d

%36.74
%41.63
%21.63

CMYK Percentages of Color #9eb35d

%12
%0
%48
%30

Triadic Colors of #9eb35d

#9eb35d #5d9eb3 #b35d9e

Analogous Colors of #9eb35d

#9eb35d #73b35d #b39d5d

Monochromatic Colors of #9eb35d

#9eb35d

Complementary Color

#9eb35d #725db3

#9eb35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb35d Color CSS Codes

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

#9eb35d Text Font Color

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

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


#9eb35d Background Color

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

This div background color is #9eb35d


#9eb35d Border Color

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

This div border color is #9eb35d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb35d


Comments

No comments written yet.

Please login to write comment.