Color Hex Logo

#9abe2d Color Hex

#9ABE2D
(154,190,45)
0 Favorites   0 Comments

Color spaces of #9abe2d

RGB 15419045
HSL0.210.620.46
HSV75°76°75°
CMYK 0.190.000.76   0.25
XYZ32.213543.88649.2557
Yxy43.88640.37740.5142
Hunter Lab66.2468-29.133638.0890
CIE-Lab72.1525-31.360464.0484

#9abe2d color RGB value is (154,190,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111110 00101101
Octal 232 276 55
Decimal 154 190 45
Hex 9A BE 2D

RGB Percentages of Color #9abe2d

%39.59
%48.84
%11.57

CMYK Percentages of Color #9abe2d

%19
%0
%76
%25

Triadic Colors of #9abe2d

#9abe2d #2d9abe #be2d9a

Analogous Colors of #9abe2d

#9abe2d #52be2d #be9a2d

Monochromatic Colors of #9abe2d

#9abe2d

Complementary Color

#9abe2d #512dbe

#9abe2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abe2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abe2d Color CSS Codes

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

#9abe2d Text Font Color

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

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


#9abe2d Background Color

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

This div background color is #9abe2d


#9abe2d Border Color

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

This div border color is #9abe2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abe2d


Comments

No comments written yet.

Please login to write comment.