Color Hex Logo

#5ab184 Color Hex

#5AB184
(90,177,132)
0 Favorites   0 Comments

Color spaces of #5ab184

RGB 90177132
HSL0.410.360.52
HSV149°49°69°
CMYK 0.490.000.25   0.31
XYZ24.103435.283927.3699
Yxy35.28390.27780.4067
Hunter Lab59.4003-31.518814.2611
CIE-Lab65.9691-36.832415.1042

#5ab184 color RGB value is (90,177,132).

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

The process color (four color CMYK) of #5ab184 color hex is 0.49, 0.00, 0.25, 0.31. Web safe color of #5ab184 is #669999. Color #5ab184 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10110001 10000100
Octal 132 261 204
Decimal 90 177 132
Hex 5A B1 84

RGB Percentages of Color #5ab184

%22.56
%44.36
%33.08

CMYK Percentages of Color #5ab184

%49
%0
%25
%31

Triadic Colors of #5ab184

#5ab184 #845ab1 #b1845a

Analogous Colors of #5ab184

#5ab184 #5ab1b0 #5cb15a

Monochromatic Colors of #5ab184

#5ab184

Complementary Color

#5ab184 #b15a87

#5ab184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ab184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ab184 Color CSS Codes

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

#5ab184 Text Font Color

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

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


#5ab184 Background Color

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

This div background color is #5ab184


#5ab184 Border Color

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

This div border color is #5ab184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ab184


Comments

No comments written yet.

Please login to write comment.