Color Hex Logo

#5ab16b Color Hex

#5AB16B
(90,177,107)
0 Favorites   0 Comments

Color spaces of #5ab16b

RGB 90177107
HSL0.370.360.52
HSV132°49°69°
CMYK 0.490.000.40   0.31
XYZ22.592434.679519.4130
Yxy34.67950.29460.4522
Hunter Lab58.8893-34.576221.6774
CIE-Lab65.4984-41.559927.9484

#5ab16b color RGB value is (90,177,107).

#5ab16b hex color red value is 90, green value is 177 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #5ab16b hue: 0.37 , saturation: 0.36 and the lightness value of 5ab16b is 0.52.

The process color (four color CMYK) of #5ab16b color hex is 0.49, 0.00, 0.40, 0.31. Web safe color of #5ab16b is #669966. Color #5ab16b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10110001 01101011
Octal 132 261 153
Decimal 90 177 107
Hex 5A B1 6B

RGB Percentages of Color #5ab16b

%24.06
%47.33
%28.61

CMYK Percentages of Color #5ab16b

%49
%0
%40
%31

Triadic Colors of #5ab16b

#5ab16b #6b5ab1 #b16b5a

Analogous Colors of #5ab16b

#5ab16b #5ab197 #75b15a

Monochromatic Colors of #5ab16b

#5ab16b

Complementary Color

#5ab16b #b15aa0

#5ab16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ab16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ab16b Color CSS Codes

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

#5ab16b Text Font Color

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

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


#5ab16b Background Color

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

This div background color is #5ab16b


#5ab16b Border Color

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

This div border color is #5ab16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ab16b


Comments

No comments written yet.

Please login to write comment.