Color Hex Logo

#5eaafd Color Hex

#5EAAFD
(94,170,253)
0 Favorites   0 Comments

Color spaces of #5eaafd

RGB 94170253
HSL0.590.980.68
HSV211°63°99°
CMYK 0.630.330.00   0.01
XYZ36.720438.221098.3705
Yxy38.22100.21190.2205
Hunter Lab61.8231-2.1688-51.0637
CIE-Lab68.18321.3021-48.2010

#5eaafd color RGB value is (94,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101010 11111101
Octal 136 252 375
Decimal 94 170 253
Hex 5E AA FD

RGB Percentages of Color #5eaafd

%18.18
%32.88
%48.94

CMYK Percentages of Color #5eaafd

%63
%33
%0
%1

Triadic Colors of #5eaafd

#5eaafd #fd5eaa #aafd5e

Analogous Colors of #5eaafd

#5eaafd #615efd #5efafd

Monochromatic Colors of #5eaafd

#5eaafd

Complementary Color

#5eaafd #fdb15e

#5eaafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eaafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eaafd Color CSS Codes

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

#5eaafd Text Font Color

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

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


#5eaafd Background Color

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

This div background color is #5eaafd


#5eaafd Border Color

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

This div border color is #5eaafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eaafd


Comments

No comments written yet.

Please login to write comment.