Color Hex Logo

#9eba2b Color Hex

#9EBA2B
(158,186,43)
0 Favorites   0 Comments

Color spaces of #9eba2b

RGB 15818643
HSL0.200.620.45
HSV72°77°73°
CMYK 0.150.000.77   0.27
XYZ32.095542.56138.8090
Yxy42.56130.38450.5099
Hunter Lab65.2390-26.352037.6616
CIE-Lab71.2562-27.923263.9412

#9eba2b color RGB value is (158,186,43).

#9eba2b hex color red value is 158, green value is 186 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #9eba2b hue: 0.20 , saturation: 0.62 and the lightness value of 9eba2b is 0.45.

The process color (four color CMYK) of #9eba2b color hex is 0.15, 0.00, 0.77, 0.27. Web safe color of #9eba2b is #99cc33. Color #9eba2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111010 00101011
Octal 236 272 53
Decimal 158 186 43
Hex 9E BA 2B

RGB Percentages of Color #9eba2b

%40.83
%48.06
%11.11

CMYK Percentages of Color #9eba2b

%15
%0
%77
%27

Triadic Colors of #9eba2b

#9eba2b #2b9eba #ba2b9e

Analogous Colors of #9eba2b

#9eba2b #57ba2b #ba8f2b

Monochromatic Colors of #9eba2b

#9eba2b

Complementary Color

#9eba2b #472bba

#9eba2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eba2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eba2b Color CSS Codes

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

#9eba2b Text Font Color

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

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


#9eba2b Background Color

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

This div background color is #9eba2b


#9eba2b Border Color

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

This div border color is #9eba2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eba2b


Comments

No comments written yet.

Please login to write comment.