Color Hex Logo

#5eadda Color Hex

#5EADDA
(94,173,218)
0 Favorites   0 Comments

Color spaces of #5eadda

RGB 94173218
HSL0.560.630.61
HSV202°57°85°
CMYK 0.570.210.00   0.15
XYZ32.214637.328871.8370
Yxy37.32880.22790.2640
Hunter Lab61.0973-12.8031-26.9439
CIE-Lab67.5230-11.4016-30.1058

#5eadda color RGB value is (94,173,218).

#5eadda hex color red value is 94, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5eadda hue: 0.56 , saturation: 0.63 and the lightness value of 5eadda is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101101 11011010
Octal 136 255 332
Decimal 94 173 218
Hex 5E AD DA

RGB Percentages of Color #5eadda

%19.38
%35.67
%44.95

CMYK Percentages of Color #5eadda

%57
%21
%0
%15

Triadic Colors of #5eadda

#5eadda #da5ead #adda5e

Analogous Colors of #5eadda

#5eadda #5e6fda #5edac9

Monochromatic Colors of #5eadda

#5eadda

Complementary Color

#5eadda #da8b5e

#5eadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eadda Color CSS Codes

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

#5eadda Text Font Color

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

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


#5eadda Background Color

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

This div background color is #5eadda


#5eadda Border Color

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

This div border color is #5eadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eadda


Comments

No comments written yet.

Please login to write comment.