Color Hex Logo

#9eae0b Color Hex

#9EAE0B
(158,174,11)
0 Favorites   0 Comments

Color spaces of #9eae0b

RGB 15817411
HSL0.180.880.36
HSV66°94°68°
CMYK 0.090.000.94   0.32
XYZ29.297037.56546.0233
Yxy37.56540.40200.5154
Hunter Lab61.2906-21.935337.0767
CIE-Lab67.6991-23.019668.1029

#9eae0b color RGB value is (158,174,11).

#9eae0b hex color red value is 158, green value is 174 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #9eae0b hue: 0.18 , saturation: 0.88 and the lightness value of 9eae0b is 0.36.

The process color (four color CMYK) of #9eae0b color hex is 0.09, 0.00, 0.94, 0.32. Web safe color of #9eae0b is #999900. Color #9eae0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101110 00001011
Octal 236 256 13
Decimal 158 174 11
Hex 9E AE B

RGB Percentages of Color #9eae0b

%46.06
%50.73
%3.21

CMYK Percentages of Color #9eae0b

%9
%0
%94
%32

Triadic Colors of #9eae0b

#9eae0b #0b9eae #ae0b9e

Analogous Colors of #9eae0b

#9eae0b #4dae0b #ae6d0b

Monochromatic Colors of #9eae0b

#9eae0b

Complementary Color

#9eae0b #1b0bae

#9eae0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eae0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eae0b Color CSS Codes

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

#9eae0b Text Font Color

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

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


#9eae0b Background Color

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

This div background color is #9eae0b


#9eae0b Border Color

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

This div border color is #9eae0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eae0b


Comments

No comments written yet.

Please login to write comment.