Color Hex Logo

#5ab91d Color Hex

#5AB91D
(90,185,29)
0 Favorites   0 Comments

Color spaces of #5ab91d

RGB 9018529
HSL0.270.730.42
HSV97°84°73°
CMYK 0.510.000.84   0.27
XYZ21.787236.96037.1481
Yxy36.96030.33060.5609
Hunter Lab60.7950-42.421935.5853
CIE-Lab67.2472-52.822262.8483

#5ab91d color RGB value is (90,185,29).

#5ab91d hex color red value is 90, green value is 185 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #5ab91d hue: 0.27 , saturation: 0.73 and the lightness value of 5ab91d is 0.42.

The process color (four color CMYK) of #5ab91d color hex is 0.51, 0.00, 0.84, 0.27. Web safe color of #5ab91d is #66cc33. Color #5ab91d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111001 00011101
Octal 132 271 35
Decimal 90 185 29
Hex 5A B9 1D

RGB Percentages of Color #5ab91d

%29.61
%60.86
%9.54

CMYK Percentages of Color #5ab91d

%51
%0
%84
%27

Triadic Colors of #5ab91d

#5ab91d #1d5ab9 #b91d5a

Analogous Colors of #5ab91d

#5ab91d #1db92e #a8b91d

Monochromatic Colors of #5ab91d

#5ab91d

Complementary Color

#5ab91d #7c1db9

#5ab91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ab91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ab91d Color CSS Codes

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

#5ab91d Text Font Color

<p style="color:#5ab91d">Text here</p>

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


#5ab91d Background Color

<div style="background-color:#5ab91d">
Div content here</div>

This div background color is #5ab91d


#5ab91d Border Color

<div style="border:3px solid #5ab91d">
Div here</div>

This div border color is #5ab91d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,185,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ab91d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ab91d;
  -webkit-box-shadow: 1px 1px 3px 2px #5ab91d;
  box-shadow:         1px 1px 3px 2px #5ab91d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,185,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ab91d


Comments

No comments written yet.

Please login to write comment.