Color Hex Logo

#5a8daa Color Hex

#5A8DAA
(90,141,170)
0 Favorites   0 Comments

Color spaces of #5a8daa

RGB 90141170
HSL0.560.320.51
HSV202°47°67°
CMYK 0.470.170.00   0.33
XYZ20.997024.125741.5803
Yxy24.12570.24220.2783
Hunter Lab49.1179-9.6509-15.8088
CIE-Lab56.2134-9.0078-20.5958

#5a8daa color RGB value is (90,141,170).

#5a8daa hex color red value is 90, green value is 141 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5a8daa hue: 0.56 , saturation: 0.32 and the lightness value of 5a8daa is 0.51.

The process color (four color CMYK) of #5a8daa color hex is 0.47, 0.17, 0.00, 0.33. Web safe color of #5a8daa is #669999. Color #5a8daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10001101 10101010
Octal 132 215 252
Decimal 90 141 170
Hex 5A 8D AA

RGB Percentages of Color #5a8daa

%22.44
%35.16
%42.39

CMYK Percentages of Color #5a8daa

%47
%17
%0
%33

Triadic Colors of #5a8daa

#5a8daa #aa5a8d #8daa5a

Analogous Colors of #5a8daa

#5a8daa #5a65aa #5aaa9f

Monochromatic Colors of #5a8daa

#5a8daa

Complementary Color

#5a8daa #aa775a

#5a8daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a8daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a8daa Color CSS Codes

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

#5a8daa Text Font Color

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

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


#5a8daa Background Color

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

This div background color is #5a8daa


#5a8daa Border Color

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

This div border color is #5a8daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a8daa


Comments

No comments written yet.

Please login to write comment.