Color Hex Logo

#5eafde Color Hex

#5EAFDE
(94,175,222)
0 Favorites   0 Comments

Color spaces of #5eafde

RGB 94175222
HSL0.560.660.62
HSV202°58°87°
CMYK 0.580.210.00   0.13
XYZ33.130938.313674.7563
Yxy38.31360.22660.2621
Hunter Lab61.8980-12.7793-28.2780
CIE-Lab68.2511-11.2657-31.1776

#5eafde color RGB value is (94,175,222).

#5eafde hex color red value is 94, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5eafde hue: 0.56 , saturation: 0.66 and the lightness value of 5eafde is 0.62.

The process color (four color CMYK) of #5eafde color hex is 0.58, 0.21, 0.00, 0.13. Web safe color of #5eafde is #6699cc. Color #5eafde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101111 11011110
Octal 136 257 336
Decimal 94 175 222
Hex 5E AF DE

RGB Percentages of Color #5eafde

%19.14
%35.64
%45.21

CMYK Percentages of Color #5eafde

%58
%21
%0
%13

Triadic Colors of #5eafde

#5eafde #de5eaf #afde5e

Analogous Colors of #5eafde

#5eafde #5e6fde #5edecd

Monochromatic Colors of #5eafde

#5eafde

Complementary Color

#5eafde #de8d5e

#5eafde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eafde Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eafde Color CSS Codes

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

#5eafde Text Font Color

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

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


#5eafde Background Color

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

This div background color is #5eafde


#5eafde Border Color

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

This div border color is #5eafde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eafde


Comments

No comments written yet.

Please login to write comment.