Color Hex Logo

#5ab116 Color Hex

#5AB116
(90,177,22)
0 Favorites   0 Comments

Color spaces of #5ab116

RGB 9017722
HSL0.260.780.39
HSV94°88°69°
CMYK 0.490.000.88   0.31
XYZ20.083433.67596.2006
Yxy33.67590.33490.5616
Hunter Lab58.0309-39.778734.2865
CIE-Lab64.7045-50.056362.1994

#5ab116 color RGB value is (90,177,22).

#5ab116 hex color red value is 90, green value is 177 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #5ab116 hue: 0.26 , saturation: 0.78 and the lightness value of 5ab116 is 0.39.

The process color (four color CMYK) of #5ab116 color hex is 0.49, 0.00, 0.88, 0.31. Web safe color of #5ab116 is #669900. Color #5ab116 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10110001 00010110
Octal 132 261 26
Decimal 90 177 22
Hex 5A B1 16

RGB Percentages of Color #5ab116

%31.14
%61.25
%7.61

CMYK Percentages of Color #5ab116

%49
%0
%88
%31

Triadic Colors of #5ab116

#5ab116 #165ab1 #b1165a

Analogous Colors of #5ab116

#5ab116 #16b11f #a8b116

Monochromatic Colors of #5ab116

#5ab116

Complementary Color

#5ab116 #6d16b1

#5ab116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ab116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ab116 Color CSS Codes

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

#5ab116 Text Font Color

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

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


#5ab116 Background Color

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

This div background color is #5ab116


#5ab116 Border Color

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

This div border color is #5ab116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ab116


Comments

No comments written yet.

Please login to write comment.