Color Hex Logo

#5ea0dd Color Hex

#5EA0DD
(94,160,221)
0 Favorites   0 Comments

Color spaces of #5ea0dd

RGB 94160221
HSL0.580.650.62
HSV209°57°87°
CMYK 0.570.280.00   0.13
XYZ30.238032.741873.1327
Yxy32.74180.22220.2405
Hunter Lab57.2205-5.8079-35.7234
CIE-Lab63.9513-3.2873-37.3044

#5ea0dd color RGB value is (94,160,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10100000 11011101
Octal 136 240 335
Decimal 94 160 221
Hex 5E A0 DD

RGB Percentages of Color #5ea0dd

%19.79
%33.68
%46.53

CMYK Percentages of Color #5ea0dd

%57
%28
%0
%13

Triadic Colors of #5ea0dd

#5ea0dd #dd5ea0 #a0dd5e

Analogous Colors of #5ea0dd

#5ea0dd #5e61dd #5edddb

Monochromatic Colors of #5ea0dd

#5ea0dd

Complementary Color

#5ea0dd #dd9b5e

#5ea0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ea0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ea0dd Color CSS Codes

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

#5ea0dd Text Font Color

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

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


#5ea0dd Background Color

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

This div background color is #5ea0dd


#5ea0dd Border Color

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

This div border color is #5ea0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ea0dd


Comments

No comments written yet.

Please login to write comment.