Color Hex Logo

#5eaadb Color Hex

#5EAADB
(94,170,219)
0 Favorites   0 Comments

Color spaces of #5eaadb

RGB 94170219
HSL0.570.630.61
HSV204°57°86°
CMYK 0.570.220.00   0.14
XYZ31.777036.243672.3387
Yxy36.24360.22640.2582
Hunter Lab60.2027-11.1363-29.1002
CIE-Lab66.7056-9.4642-31.9194

#5eaadb color RGB value is (94,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101010 11011011
Octal 136 252 333
Decimal 94 170 219
Hex 5E AA DB

RGB Percentages of Color #5eaadb

%19.46
%35.20
%45.34

CMYK Percentages of Color #5eaadb

%57
%22
%0
%14

Triadic Colors of #5eaadb

#5eaadb #db5eaa #aadb5e

Analogous Colors of #5eaadb

#5eaadb #5e6cdb #5edbce

Monochromatic Colors of #5eaadb

#5eaadb

Complementary Color

#5eaadb #db8f5e

#5eaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eaadb Color CSS Codes

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

#5eaadb Text Font Color

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

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


#5eaadb Background Color

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

This div background color is #5eaadb


#5eaadb Border Color

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

This div border color is #5eaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eaadb


Comments

No comments written yet.

Please login to write comment.