Color Hex Logo

#5a93ad Color Hex

#5A93AD
(90,147,173)
0 Favorites   0 Comments

Color spaces of #5a93ad

RGB 90147173
HSL0.550.340.52
HSV199°48°68°
CMYK 0.480.150.00   0.32
XYZ22.193026.058243.3952
Yxy26.05820.24220.2843
Hunter Lab51.0472-11.7290-14.6693
CIE-Lab58.0923-11.4730-19.4376

#5a93ad color RGB value is (90,147,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10010011 10101101
Octal 132 223 255
Decimal 90 147 173
Hex 5A 93 AD

RGB Percentages of Color #5a93ad

%21.95
%35.85
%42.20

CMYK Percentages of Color #5a93ad

%48
%15
%0
%32

Triadic Colors of #5a93ad

#5a93ad #ad5a93 #93ad5a

Analogous Colors of #5a93ad

#5a93ad #5a6aad #5aad9e

Monochromatic Colors of #5a93ad

#5a93ad

Complementary Color

#5a93ad #ad745a

#5a93ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a93ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a93ad Color CSS Codes

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

#5a93ad Text Font Color

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

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


#5a93ad Background Color

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

This div background color is #5a93ad


#5a93ad Border Color

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

This div border color is #5a93ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a93ad


Comments

No comments written yet.

Please login to write comment.