Color Hex Logo

#5aaeae Color Hex

#5AAEAE
(90,174,174)
3 Favorites   0 Comments

Color spaces of #5aaeae

RGB 90174174
HSL0.500.340.52
HSV180°48°68°
CMYK 0.480.000.00   0.32
XYZ26.992535.501845.4743
Yxy35.50180.25000.3288
Hunter Lab59.5834-23.4068-3.5420
CIE-Lab66.1375-25.3874-7.8805

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101110 10101110
Octal 132 256 256
Decimal 90 174 174
Hex 5A AE AE

RGB Percentages of Color #5aaeae

%20.55
%39.73
%39.73

CMYK Percentages of Color #5aaeae

%48
%0
%0
%32

Triadic Colors of #5aaeae

#5aaeae #ae5aae #aeae5a

Analogous Colors of #5aaeae

#5aaeae #5a84ae #5aae84

Monochromatic Colors of #5aaeae

#5aaeae

Complementary Color

#5aaeae #ae5a5a

#5aaeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaeae Color CSS Codes

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

#5aaeae Text Font Color

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

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


#5aaeae Background Color

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

This div background color is #5aaeae


#5aaeae Border Color

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

This div border color is #5aaeae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,174,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 #5aaeae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaeae

#5aaeae Color Palettes


Comments

No comments written yet.

Please login to write comment.