Color Hex Logo

#5aadec Color Hex

#5AADEC
(90,173,236)
0 Favorites   0 Comments

Color spaces of #5aadec

RGB 90173236
HSL0.570.790.64
HSV206°62°93°
CMYK 0.620.270.00   0.07
XYZ34.300338.116984.9064
Yxy38.11690.21800.2423
Hunter Lab61.7389-8.8737-38.3214
CIE-Lab68.1067-6.5508-39.0756

#5aadec color RGB value is (90,173,236).

#5aadec hex color red value is 90, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5aadec hue: 0.57 , saturation: 0.79 and the lightness value of 5aadec is 0.64.

The process color (four color CMYK) of #5aadec color hex is 0.62, 0.27, 0.00, 0.07. Web safe color of #5aadec is #6699ff. Color #5aadec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101101 11101100
Octal 132 255 354
Decimal 90 173 236
Hex 5A AD EC

RGB Percentages of Color #5aadec

%18.04
%34.67
%47.29

CMYK Percentages of Color #5aadec

%62
%27
%0
%7

Triadic Colors of #5aadec

#5aadec #ec5aad #adec5a

Analogous Colors of #5aadec

#5aadec #5a64ec #5aece2

Monochromatic Colors of #5aadec

#5aadec

Complementary Color

#5aadec #ec995a

#5aadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aadec Color CSS Codes

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

#5aadec Text Font Color

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

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


#5aadec Background Color

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

This div background color is #5aadec


#5aadec Border Color

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

This div border color is #5aadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aadec

#5aadec Color Palettes


Comments

No comments written yet.

Please login to write comment.