Color Hex Logo

#5aaef7 Color Hex

#5AAEF7
(90,174,247)
0 Favorites   0 Comments

Color spaces of #5aaef7

RGB 90174247
HSL0.580.910.66
HSV208°64°97°
CMYK 0.640.300.00   0.03
XYZ36.141039.161293.6497
Yxy39.16120.21390.2318
Hunter Lab62.5789-6.4246-44.9226
CIE-Lab68.8679-3.5747-43.8768

#5aaef7 color RGB value is (90,174,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101110 11110111
Octal 132 256 367
Decimal 90 174 247
Hex 5A AE F7

RGB Percentages of Color #5aaef7

%17.61
%34.05
%48.34

CMYK Percentages of Color #5aaef7

%64
%30
%0
%3

Triadic Colors of #5aaef7

#5aaef7 #f75aae #aef75a

Analogous Colors of #5aaef7

#5aaef7 #5a60f7 #5af7f2

Monochromatic Colors of #5aaef7

#5aaef7

Complementary Color

#5aaef7 #f7a35a

#5aaef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaef7 Color CSS Codes

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

#5aaef7 Text Font Color

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

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


#5aaef7 Background Color

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

This div background color is #5aaef7


#5aaef7 Border Color

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

This div border color is #5aaef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaef7


Comments

No comments written yet.

Please login to write comment.