Color Hex Logo

#5eadf5 Color Hex

#5EADF5
(94,173,245)
0 Favorites   0 Comments

Color spaces of #5eadf5

RGB 94173245
HSL0.580.880.66
HSV209°62°96°
CMYK 0.620.290.00   0.04
XYZ36.041138.859491.9872
Yxy38.85940.21600.2328
Hunter Lab62.3373-5.8883-43.8544
CIE-Lab68.6493-2.9666-43.1214

#5eadf5 color RGB value is (94,173,245).

#5eadf5 hex color red value is 94, green value is 173 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #5eadf5 hue: 0.58 , saturation: 0.88 and the lightness value of 5eadf5 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101101 11110101
Octal 136 255 365
Decimal 94 173 245
Hex 5E AD F5

RGB Percentages of Color #5eadf5

%18.36
%33.79
%47.85

CMYK Percentages of Color #5eadf5

%62
%29
%0
%4

Triadic Colors of #5eadf5

#5eadf5 #f55ead #adf55e

Analogous Colors of #5eadf5

#5eadf5 #5e62f5 #5ef5f2

Monochromatic Colors of #5eadf5

#5eadf5

Complementary Color

#5eadf5 #f5a65e

#5eadf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eadf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eadf5 Color CSS Codes

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

#5eadf5 Text Font Color

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

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


#5eadf5 Background Color

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

This div background color is #5eadf5


#5eadf5 Border Color

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

This div border color is #5eadf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eadf5


Comments

No comments written yet.

Please login to write comment.