Color Hex Logo

#9abb2d Color Hex

#9ABB2D
(154,187,45)
0 Favorites   0 Comments

Color spaces of #9abb2d

RGB 15418745
HSL0.210.610.45
HSV74°76°73°
CMYK 0.180.000.76   0.27
XYZ31.570442.60019.0413
Yxy42.60010.37940.5119
Hunter Lab65.2688-27.880137.4750
CIE-Lab71.2827-29.946763.2331

#9abb2d color RGB value is (154,187,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111011 00101101
Octal 232 273 55
Decimal 154 187 45
Hex 9A BB 2D

RGB Percentages of Color #9abb2d

%39.90
%48.45
%11.66

CMYK Percentages of Color #9abb2d

%18
%0
%76
%27

Triadic Colors of #9abb2d

#9abb2d #2d9abb #bb2d9a

Analogous Colors of #9abb2d

#9abb2d #53bb2d #bb952d

Monochromatic Colors of #9abb2d

#9abb2d

Complementary Color

#9abb2d #4e2dbb

#9abb2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abb2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abb2d Color CSS Codes

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

#9abb2d Text Font Color

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

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


#9abb2d Background Color

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

This div background color is #9abb2d


#9abb2d Border Color

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

This div border color is #9abb2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abb2d


Comments

No comments written yet.

Please login to write comment.