Color Hex Logo

#5aab04 Color Hex

#5AAB04
(90,171,4)
0 Favorites   0 Comments

Color spaces of #5aab04

RGB 901714
HSL0.250.950.34
HSV89°98°67°
CMYK 0.470.000.98   0.33
XYZ18.801331.30825.1670
Yxy31.30820.34010.5664
Hunter Lab55.9537-37.940333.6925
CIE-Lab62.7669-48.181863.3966

#5aab04 color RGB value is (90,171,4).

#5aab04 hex color red value is 90, green value is 171 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #5aab04 hue: 0.25 , saturation: 0.95 and the lightness value of 5aab04 is 0.34.

The process color (four color CMYK) of #5aab04 color hex is 0.47, 0.00, 0.98, 0.33. Web safe color of #5aab04 is #669900. Color #5aab04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101011 00000100
Octal 132 253 4
Decimal 90 171 4
Hex 5A AB 4

RGB Percentages of Color #5aab04

%33.96
%64.53
%1.51

CMYK Percentages of Color #5aab04

%47
%0
%98
%33

Triadic Colors of #5aab04

#5aab04 #045aab #ab045a

Analogous Colors of #5aab04

#5aab04 #07ab04 #aba904

Monochromatic Colors of #5aab04

#5aab04

Complementary Color

#5aab04 #5504ab

#5aab04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aab04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aab04 Color CSS Codes

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

#5aab04 Text Font Color

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

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


#5aab04 Background Color

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

This div background color is #5aab04


#5aab04 Border Color

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

This div border color is #5aab04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aab04


Comments

No comments written yet.

Please login to write comment.