Color Hex Logo

#5aaeab Color Hex

#5AAEAB
(90,174,171)
0 Favorites   0 Comments

Color spaces of #5aaeab

RGB 90174171
HSL0.490.340.52
HSV178°48°68°
CMYK 0.480.000.02   0.32
XYZ26.703235.386043.9509
Yxy35.38600.25180.3337
Hunter Lab59.4861-23.9725-2.1657
CIE-Lab66.0481-26.1804-6.3462

#5aaeab color RGB value is (90,174,171).

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

The process color (four color CMYK) of #5aaeab color hex is 0.48, 0.00, 0.02, 0.32. Web safe color of #5aaeab is #669999. Color #5aaeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101110 10101011
Octal 132 256 253
Decimal 90 174 171
Hex 5A AE AB

RGB Percentages of Color #5aaeab

%20.69
%40.00
%39.31

CMYK Percentages of Color #5aaeab

%48
%0
%2
%32

Triadic Colors of #5aaeab

#5aaeab #ab5aae #aeab5a

Analogous Colors of #5aaeab

#5aaeab #5a87ae #5aae81

Monochromatic Colors of #5aaeab

#5aaeab

Complementary Color

#5aaeab #ae5a5d

#5aaeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaeab Color CSS Codes

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

#5aaeab Text Font Color

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

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


#5aaeab Background Color

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

This div background color is #5aaeab


#5aaeab Border Color

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

This div border color is #5aaeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaeab


Comments

No comments written yet.

Please login to write comment.