Color Hex Logo

#5ab81d Color Hex

#5AB81D
(90,184,29)
0 Favorites   0 Comments

Color spaces of #5ab81d

RGB 9018429
HSL0.270.730.42
HSV96°84°72°
CMYK 0.510.000.84   0.28
XYZ21.578736.54337.0787
Yxy36.54330.33100.5605
Hunter Lab60.4511-42.071735.3730
CIE-Lab66.9330-52.446962.5684

#5ab81d color RGB value is (90,184,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111000 00011101
Octal 132 270 35
Decimal 90 184 29
Hex 5A B8 1D

RGB Percentages of Color #5ab81d

%29.70
%60.73
%9.57

CMYK Percentages of Color #5ab81d

%51
%0
%84
%28

Triadic Colors of #5ab81d

#5ab81d #1d5ab8 #b81d5a

Analogous Colors of #5ab81d

#5ab81d #1db82e #a8b81d

Monochromatic Colors of #5ab81d

#5ab81d

Complementary Color

#5ab81d #7b1db8

#5ab81d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ab81d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ab81d Color CSS Codes

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

#5ab81d Text Font Color

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

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


#5ab81d Background Color

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

This div background color is #5ab81d


#5ab81d Border Color

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

This div border color is #5ab81d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,184,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 #5ab81d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ab81d


Comments

No comments written yet.

Please login to write comment.