Color Hex Logo

#5eaded Color Hex

#5EADED
(94,173,237)
0 Favorites   0 Comments

Color spaces of #5eaded

RGB 94173237
HSL0.570.800.65
HSV207°60°93°
CMYK 0.600.270.00   0.07
XYZ34.845738.381285.6925
Yxy38.38120.21930.2415
Hunter Lab61.9526-8.0183-38.6429
CIE-Lab68.3006-5.5099-39.3076

#5eaded color RGB value is (94,173,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101101 11101101
Octal 136 255 355
Decimal 94 173 237
Hex 5E AD ED

RGB Percentages of Color #5eaded

%18.65
%34.33
%47.02

CMYK Percentages of Color #5eaded

%60
%27
%0
%7

Triadic Colors of #5eaded

#5eaded #ed5ead #aded5e

Analogous Colors of #5eaded

#5eaded #5e66ed #5eede6

Monochromatic Colors of #5eaded

#5eaded

Complementary Color

#5eaded #ed9e5e

#5eaded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eaded Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eaded Color CSS Codes

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

#5eaded Text Font Color

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

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


#5eaded Background Color

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

This div background color is #5eaded


#5eaded Border Color

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

This div border color is #5eaded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eaded


Comments

No comments written yet.

Please login to write comment.