Color Hex Logo

#5aaddf Color Hex

#5AADDF
(90,173,223)
0 Favorites   0 Comments

Color spaces of #5aaddf

RGB 90173223
HSL0.560.680.61
HSV203°60°87°
CMYK 0.600.220.00   0.13
XYZ32.479337.388575.3169
Yxy37.38850.22370.2575
Hunter Lab61.1461-12.1910-30.2283
CIE-Lab67.5675-10.6412-32.7962

#5aaddf color RGB value is (90,173,223).

#5aaddf hex color red value is 90, green value is 173 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5aaddf hue: 0.56 , saturation: 0.68 and the lightness value of 5aaddf is 0.61.

The process color (four color CMYK) of #5aaddf color hex is 0.60, 0.22, 0.00, 0.13. Web safe color of #5aaddf is #6699cc. Color #5aaddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101101 11011111
Octal 132 255 337
Decimal 90 173 223
Hex 5A AD DF

RGB Percentages of Color #5aaddf

%18.52
%35.60
%45.88

CMYK Percentages of Color #5aaddf

%60
%22
%0
%13

Triadic Colors of #5aaddf

#5aaddf #df5aad #addf5a

Analogous Colors of #5aaddf

#5aaddf #5a6bdf #5adfcf

Monochromatic Colors of #5aaddf

#5aaddf

Complementary Color

#5aaddf #df8c5a

#5aaddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaddf Color CSS Codes

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

#5aaddf Text Font Color

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

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


#5aaddf Background Color

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

This div background color is #5aaddf


#5aaddf Border Color

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

This div border color is #5aaddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaddf


Comments

No comments written yet.

Please login to write comment.