Color Hex Logo

#5aadea Color Hex

#5AADEA
(90,173,234)
0 Favorites   0 Comments

Color spaces of #5aadea

RGB 90173234
HSL0.570.770.64
HSV205°62°92°
CMYK 0.620.260.00   0.08
XYZ34.011338.001383.3843
Yxy38.00130.21890.2445
Hunter Lab61.6452-9.3959-37.0469
CIE-Lab68.0216-7.1865-38.1157

#5aadea color RGB value is (90,173,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101101 11101010
Octal 132 255 352
Decimal 90 173 234
Hex 5A AD EA

RGB Percentages of Color #5aadea

%18.11
%34.81
%47.08

CMYK Percentages of Color #5aadea

%62
%26
%0
%8

Triadic Colors of #5aadea

#5aadea #ea5aad #adea5a

Analogous Colors of #5aadea

#5aadea #5a65ea #5aeadf

Monochromatic Colors of #5aadea

#5aadea

Complementary Color

#5aadea #ea975a

#5aadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aadea Color CSS Codes

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

#5aadea Text Font Color

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

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


#5aadea Background Color

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

This div background color is #5aadea


#5aadea Border Color

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

This div border color is #5aadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aadea


Comments

No comments written yet.

Please login to write comment.