Color Hex Logo

#5eaefd Color Hex

#5EAEFD
(94,174,253)
0 Favorites   0 Comments

Color spaces of #5eaefd

RGB 94174253
HSL0.580.980.68
HSV210°63°99°
CMYK 0.630.310.00   0.01
XYZ37.481839.743698.6243
Yxy39.74360.21310.2260
Hunter Lab63.0425-4.1976-48.6240
CIE-Lab69.2865-0.9539-46.4648

#5eaefd color RGB value is (94,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101110 11111101
Octal 136 256 375
Decimal 94 174 253
Hex 5E AE FD

RGB Percentages of Color #5eaefd

%18.04
%33.40
%48.56

CMYK Percentages of Color #5eaefd

%63
%31
%0
%1

Triadic Colors of #5eaefd

#5eaefd #fd5eae #aefd5e

Analogous Colors of #5eaefd

#5eaefd #5e5ffd #5efdfd

Monochromatic Colors of #5eaefd

#5eaefd

Complementary Color

#5eaefd #fdad5e

#5eaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eaefd Color CSS Codes

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

#5eaefd Text Font Color

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

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


#5eaefd Background Color

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

This div background color is #5eaefd


#5eaefd Border Color

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

This div border color is #5eaefd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,174,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 #5eaefd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eaefd


Comments

No comments written yet.

Please login to write comment.