Color Hex Logo

#5ab170 Color Hex

#5AB170
(90,177,112)
0 Favorites   0 Comments

Color spaces of #5ab170

RGB 90177112
HSL0.380.360.52
HSV135°49°69°
CMYK 0.490.000.37   0.31
XYZ22.863234.787820.8389
Yxy34.78780.29130.4432
Hunter Lab58.9812-34.024120.3388
CIE-Lab65.5831-40.692625.4033

#5ab170 color RGB value is (90,177,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10110001 01110000
Octal 132 261 160
Decimal 90 177 112
Hex 5A B1 70

RGB Percentages of Color #5ab170

%23.75
%46.70
%29.55

CMYK Percentages of Color #5ab170

%49
%0
%37
%31

Triadic Colors of #5ab170

#5ab170 #705ab1 #b1705a

Analogous Colors of #5ab170

#5ab170 #5ab19c #70b15a

Monochromatic Colors of #5ab170

#5ab170

Complementary Color

#5ab170 #b15a9b

#5ab170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ab170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ab170 Color CSS Codes

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

#5ab170 Text Font Color

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

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


#5ab170 Background Color

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

This div background color is #5ab170


#5ab170 Border Color

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

This div border color is #5ab170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ab170


Comments

No comments written yet.

Please login to write comment.