Color Hex Logo

#5ab1ae Color Hex

#5AB1AE
(90,177,174)
0 Favorites   0 Comments

Color spaces of #5ab1ae

RGB 90177174
HSL0.490.360.52
HSV178°49°69°
CMYK 0.490.000.02   0.31
XYZ27.578636.673945.6696
Yxy36.67390.25090.3336
Hunter Lab60.5590-24.6892-2.3213
CIE-Lab67.0317-26.8799-6.5525

#5ab1ae color RGB value is (90,177,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10110001 10101110
Octal 132 261 256
Decimal 90 177 174
Hex 5A B1 AE

RGB Percentages of Color #5ab1ae

%20.41
%40.14
%39.46

CMYK Percentages of Color #5ab1ae

%49
%0
%2
%31

Triadic Colors of #5ab1ae

#5ab1ae #ae5ab1 #b1ae5a

Analogous Colors of #5ab1ae

#5ab1ae #5a89b1 #5ab183

Monochromatic Colors of #5ab1ae

#5ab1ae

Complementary Color

#5ab1ae #b15a5d

#5ab1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ab1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ab1ae Color CSS Codes

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

#5ab1ae Text Font Color

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

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


#5ab1ae Background Color

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

This div background color is #5ab1ae


#5ab1ae Border Color

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

This div border color is #5ab1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ab1ae


Comments

No comments written yet.

Please login to write comment.