Color Hex Logo

#5a9fae Color Hex

#5A9FAE
(90,159,174)
0 Favorites   0 Comments

Color spaces of #5a9fae

RGB 90159174
HSL0.530.340.52
HSV191°48°68°
CMYK 0.480.090.00   0.32
XYZ24.254630.025944.5616
Yxy30.02590.24540.3038
Hunter Lab54.7959-16.8824-9.8592
CIE-Lab61.6766-17.6697-14.5648

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10011111 10101110
Octal 132 237 256
Decimal 90 159 174
Hex 5A 9F AE

RGB Percentages of Color #5a9fae

%21.28
%37.59
%41.13

CMYK Percentages of Color #5a9fae

%48
%9
%0
%32

Triadic Colors of #5a9fae

#5a9fae #ae5a9f #9fae5a

Analogous Colors of #5a9fae

#5a9fae #5a75ae #5aae93

Monochromatic Colors of #5a9fae

#5a9fae

Complementary Color

#5a9fae #ae695a

#5a9fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a9fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a9fae Color CSS Codes

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

#5a9fae Text Font Color

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

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


#5a9fae Background Color

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

This div background color is #5a9fae


#5a9fae Border Color

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

This div border color is #5a9fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a9fae


Comments

No comments written yet.

Please login to write comment.