Color Hex Logo

#5aadeb Color Hex

#5AADEB
(90,173,235)
0 Favorites   0 Comments

Color spaces of #5aadeb

RGB 90173235
HSL0.570.780.64
HSV206°62°92°
CMYK 0.620.260.00   0.08
XYZ34.155438.059084.1432
Yxy38.05900.21840.2434
Hunter Lab61.6920-9.1355-37.6827
CIE-Lab68.0641-6.8691-38.5958

#5aadeb color RGB value is (90,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101101 11101011
Octal 132 255 353
Decimal 90 173 235
Hex 5A AD EB

RGB Percentages of Color #5aadeb

%18.07
%34.74
%47.19

CMYK Percentages of Color #5aadeb

%62
%26
%0
%8

Triadic Colors of #5aadeb

#5aadeb #eb5aad #adeb5a

Analogous Colors of #5aadeb

#5aadeb #5a65eb #5aebe1

Monochromatic Colors of #5aadeb

#5aadeb

Complementary Color

#5aadeb #eb985a

#5aadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aadeb Color CSS Codes

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

#5aadeb Text Font Color

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

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


#5aadeb Background Color

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

This div background color is #5aadeb


#5aadeb Border Color

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

This div border color is #5aadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aadeb


Comments

No comments written yet.

Please login to write comment.