Color Hex Logo

#5ab407 Color Hex

#5AB407
(90,180,7)
0 Favorites   0 Comments

Color spaces of #5ab407

RGB 901807
HSL0.250.930.37
HSV91°96°71°
CMYK 0.500.000.96   0.29
XYZ20.576134.83155.8397
Yxy34.83150.33600.5687
Hunter Lab59.0182-41.049735.4462
CIE-Lab65.6173-51.574965.2959

#5ab407 color RGB value is (90,180,7).

#5ab407 hex color red value is 90, green value is 180 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #5ab407 hue: 0.25 , saturation: 0.93 and the lightness value of 5ab407 is 0.37.

The process color (four color CMYK) of #5ab407 color hex is 0.50, 0.00, 0.96, 0.29. Web safe color of #5ab407 is #66cc00. Color #5ab407 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10110100 00000111
Octal 132 264 7
Decimal 90 180 7
Hex 5A B4 7

RGB Percentages of Color #5ab407

%32.49
%64.98
%2.53

CMYK Percentages of Color #5ab407

%50
%0
%96
%29

Triadic Colors of #5ab407

#5ab407 #075ab4 #b4075a

Analogous Colors of #5ab407

#5ab407 #07b40b #b1b407

Monochromatic Colors of #5ab407

#5ab407

Complementary Color

#5ab407 #6107b4

#5ab407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ab407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ab407 Color CSS Codes

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

#5ab407 Text Font Color

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

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


#5ab407 Background Color

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

This div background color is #5ab407


#5ab407 Border Color

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

This div border color is #5ab407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ab407


Comments

No comments written yet.

Please login to write comment.