Color Hex Logo

#9abb34 Color Hex

#9ABB34
(154,187,52)
0 Favorites   0 Comments

Color spaces of #9abb34

RGB 15418752
HSL0.210.560.47
HSV75°72°73°
CMYK 0.180.000.72   0.27
XYZ31.716642.65869.8111
Yxy42.65860.37670.5067
Hunter Lab65.3136-27.618236.8132
CIE-Lab71.3226-29.585160.8927

#9abb34 color RGB value is (154,187,52).

#9abb34 hex color red value is 154, green value is 187 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #9abb34 hue: 0.21 , saturation: 0.56 and the lightness value of 9abb34 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111011 00110100
Octal 232 273 64
Decimal 154 187 52
Hex 9A BB 34

RGB Percentages of Color #9abb34

%39.19
%47.58
%13.23

CMYK Percentages of Color #9abb34

%18
%0
%72
%27

Triadic Colors of #9abb34

#9abb34 #349abb #bb349a

Analogous Colors of #9abb34

#9abb34 #57bb34 #bb9934

Monochromatic Colors of #9abb34

#9abb34

Complementary Color

#9abb34 #5534bb

#9abb34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abb34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abb34 Color CSS Codes

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

#9abb34 Text Font Color

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

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


#9abb34 Background Color

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

This div background color is #9abb34


#9abb34 Border Color

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

This div border color is #9abb34


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,187,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abb34


Comments

No comments written yet.

Please login to write comment.