Color Hex Logo

#5eaafa Color Hex

#5EAAFA
(94,170,250)
0 Favorites   0 Comments

Color spaces of #5eaafa

RGB 94170250
HSL0.590.940.67
HSV211°62°98°
CMYK 0.620.320.00   0.02
XYZ36.246138.031395.8729
Yxy38.03130.21300.2235
Hunter Lab61.6695-3.0088-49.0050
CIE-Lab68.04370.3287-46.7911

#5eaafa color RGB value is (94,170,250).

#5eaafa hex color red value is 94, green value is 170 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5eaafa hue: 0.59 , saturation: 0.94 and the lightness value of 5eaafa is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101010 11111010
Octal 136 252 372
Decimal 94 170 250
Hex 5E AA FA

RGB Percentages of Color #5eaafa

%18.29
%33.07
%48.64

CMYK Percentages of Color #5eaafa

%62
%32
%0
%2

Triadic Colors of #5eaafa

#5eaafa #fa5eaa #aafa5e

Analogous Colors of #5eaafa

#5eaafa #605efa #5ef8fa

Monochromatic Colors of #5eaafa

#5eaafa

Complementary Color

#5eaafa #faae5e

#5eaafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eaafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eaafa Color CSS Codes

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

#5eaafa Text Font Color

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

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


#5eaafa Background Color

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

This div background color is #5eaafa


#5eaafa Border Color

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

This div border color is #5eaafa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,170,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5eaafa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5eaafa;
  -webkit-box-shadow: 1px 1px 3px 2px #5eaafa;
  box-shadow:         1px 1px 3px 2px #5eaafa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,170,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eaafa


Comments

No comments written yet.

Please login to write comment.