Color Hex Logo

#5eadfa Color Hex

#5EADFA
(94,173,250)
0 Favorites   0 Comments

Color spaces of #5eadfa

RGB 94173250
HSL0.580.940.67
HSV210°62°98°
CMYK 0.620.310.00   0.02
XYZ36.815039.169096.0625
Yxy39.16900.21400.2277
Hunter Lab62.5851-4.5234-47.1952
CIE-Lab68.8735-1.3610-45.4867

#5eadfa color RGB value is (94,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101101 11111010
Octal 136 255 372
Decimal 94 173 250
Hex 5E AD FA

RGB Percentages of Color #5eadfa

%18.18
%33.46
%48.36

CMYK Percentages of Color #5eadfa

%62
%31
%0
%2

Triadic Colors of #5eadfa

#5eadfa #fa5ead #adfa5e

Analogous Colors of #5eadfa

#5eadfa #5e5ffa #5efaf9

Monochromatic Colors of #5eadfa

#5eadfa

Complementary Color

#5eadfa #faab5e

#5eadfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eadfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eadfa Color CSS Codes

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

#5eadfa Text Font Color

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

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


#5eadfa Background Color

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

This div background color is #5eadfa


#5eadfa Border Color

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

This div border color is #5eadfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eadfa

#5eadfa Color Palettes


Comments

No comments written yet.

Please login to write comment.