Color Hex Logo

#5eadee Color Hex

#5EADEE
(94,173,238)
0 Favorites   0 Comments

Color spaces of #5eadee

RGB 94173238
HSL0.580.810.65
HSV207°61°93°
CMYK 0.610.270.00   0.07
XYZ34.992338.439986.4643
Yxy38.43990.21880.2404
Hunter Lab61.9999-7.7558-39.2851
CIE-Lab68.3436-5.1939-39.7862

#5eadee color RGB value is (94,173,238).

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

The process color (four color CMYK) of #5eadee color hex is 0.61, 0.27, 0.00, 0.07. Web safe color of #5eadee is #6699ff. Color #5eadee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101101 11101110
Octal 136 255 356
Decimal 94 173 238
Hex 5E AD EE

RGB Percentages of Color #5eadee

%18.61
%34.26
%47.13

CMYK Percentages of Color #5eadee

%61
%27
%0
%7

Triadic Colors of #5eadee

#5eadee #ee5ead #adee5e

Analogous Colors of #5eadee

#5eadee #5e65ee #5eeee7

Monochromatic Colors of #5eadee

#5eadee

Complementary Color

#5eadee #ee9f5e

#5eadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eadee Color CSS Codes

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

#5eadee Text Font Color

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

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


#5eadee Background Color

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

This div background color is #5eadee


#5eadee Border Color

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

This div border color is #5eadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eadee


Comments

No comments written yet.

Please login to write comment.