Color Hex Logo

#5ab188 Color Hex

#5AB188
(90,177,136)
0 Favorites   0 Comments

Color spaces of #5ab188

RGB 90177136
HSL0.420.360.52
HSV152°49°69°
CMYK 0.490.000.23   0.31
XYZ24.382535.395528.8395
Yxy35.39550.27510.3994
Hunter Lab59.4941-30.960012.9053
CIE-Lab66.0554-35.987713.0332

#5ab188 color RGB value is (90,177,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10110001 10001000
Octal 132 261 210
Decimal 90 177 136
Hex 5A B1 88

RGB Percentages of Color #5ab188

%22.33
%43.92
%33.75

CMYK Percentages of Color #5ab188

%49
%0
%23
%31

Triadic Colors of #5ab188

#5ab188 #885ab1 #b1885a

Analogous Colors of #5ab188

#5ab188 #5aafb1 #5ab15d

Monochromatic Colors of #5ab188

#5ab188

Complementary Color

#5ab188 #b15a83

#5ab188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ab188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ab188 Color CSS Codes

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

#5ab188 Text Font Color

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

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


#5ab188 Background Color

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

This div background color is #5ab188


#5ab188 Border Color

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

This div border color is #5ab188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ab188


Comments

No comments written yet.

Please login to write comment.