Color Hex Logo

#5eaadc Color Hex

#5EAADC
(94,170,220)
0 Favorites   0 Comments

Color spaces of #5eaadc

RGB 94170220
HSL0.570.640.62
HSV204°57°86°
CMYK 0.570.230.00   0.14
XYZ31.909136.296473.0343
Yxy36.29640.22590.2570
Hunter Lab60.2465-10.8902-29.7022
CIE-Lab66.7458-9.1570-32.4078

#5eaadc color RGB value is (94,170,220).

#5eaadc hex color red value is 94, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5eaadc hue: 0.57 , saturation: 0.64 and the lightness value of 5eaadc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101010 11011100
Octal 136 252 334
Decimal 94 170 220
Hex 5E AA DC

RGB Percentages of Color #5eaadc

%19.42
%35.12
%45.45

CMYK Percentages of Color #5eaadc

%57
%23
%0
%14

Triadic Colors of #5eaadc

#5eaadc #dc5eaa #aadc5e

Analogous Colors of #5eaadc

#5eaadc #5e6bdc #5edccf

Monochromatic Colors of #5eaadc

#5eaadc

Complementary Color

#5eaadc #dc905e

#5eaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eaadc Color CSS Codes

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

#5eaadc Text Font Color

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

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


#5eaadc Background Color

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

This div background color is #5eaadc


#5eaadc Border Color

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

This div border color is #5eaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eaadc


Comments

No comments written yet.

Please login to write comment.