Color Hex Logo

#5aaefc Color Hex

#5AAEFC
(90,174,252)
0 Favorites   0 Comments

Color spaces of #5aaefc

RGB 90174252
HSL0.580.960.67
HSV209°64°99°
CMYK 0.640.310.00   0.01
XYZ36.923239.474097.7687
Yxy39.47400.21200.2266
Hunter Lab62.8283-5.0480-48.2828
CIE-Lab69.0932-1.9514-46.2368

#5aaefc color RGB value is (90,174,252).

#5aaefc hex color red value is 90, green value is 174 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5aaefc hue: 0.58 , saturation: 0.96 and the lightness value of 5aaefc is 0.67.

The process color (four color CMYK) of #5aaefc color hex is 0.64, 0.31, 0.00, 0.01. Web safe color of #5aaefc is #6699ff. Color #5aaefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101110 11111100
Octal 132 256 374
Decimal 90 174 252
Hex 5A AE FC

RGB Percentages of Color #5aaefc

%17.44
%33.72
%48.84

CMYK Percentages of Color #5aaefc

%64
%31
%0
%1

Triadic Colors of #5aaefc

#5aaefc #fc5aae #aefc5a

Analogous Colors of #5aaefc

#5aaefc #5a5dfc #5afcf9

Monochromatic Colors of #5aaefc

#5aaefc

Complementary Color

#5aaefc #fca85a

#5aaefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaefc Color CSS Codes

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

#5aaefc Text Font Color

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

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


#5aaefc Background Color

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

This div background color is #5aaefc


#5aaefc Border Color

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

This div border color is #5aaefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaefc

#5aaefc Color Palettes


Comments

No comments written yet.

Please login to write comment.