Color Hex Logo

#9ab30b Color Hex

#9AB30B
(154,179,11)
0 Favorites   0 Comments

Color spaces of #9ab30b

RGB 15417911
HSL0.190.880.37
HSV69°94°70°
CMYK 0.140.000.94   0.30
XYZ29.506939.13446.3151
Yxy39.13440.39370.5221
Hunter Lab62.5575-25.281437.8050
CIE-Lab68.8485-27.169468.8735

#9ab30b color RGB value is (154,179,11).

#9ab30b hex color red value is 154, green value is 179 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #9ab30b hue: 0.19 , saturation: 0.88 and the lightness value of 9ab30b is 0.37.

The process color (four color CMYK) of #9ab30b color hex is 0.14, 0.00, 0.94, 0.30. Web safe color of #9ab30b is #99cc00. Color #9ab30b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10110011 00001011
Octal 232 263 13
Decimal 154 179 11
Hex 9A B3 B

RGB Percentages of Color #9ab30b

%44.77
%52.03
%3.20

CMYK Percentages of Color #9ab30b

%14
%0
%94
%30

Triadic Colors of #9ab30b

#9ab30b #0b9ab3 #b30b9a

Analogous Colors of #9ab30b

#9ab30b #46b30b #b3780b

Monochromatic Colors of #9ab30b

#9ab30b

Complementary Color

#9ab30b #240bb3

#9ab30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ab30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ab30b Color CSS Codes

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

#9ab30b Text Font Color

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

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


#9ab30b Background Color

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

This div background color is #9ab30b


#9ab30b Border Color

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

This div border color is #9ab30b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,179,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 #9ab30b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ab30b


Comments

No comments written yet.

Please login to write comment.