Color Hex Logo

#5ea4dd Color Hex

#5EA4DD
(94,164,221)
0 Favorites   0 Comments

Color spaces of #5ea4dd

RGB 94164221
HSL0.570.650.62
HSV207°57°87°
CMYK 0.570.260.00   0.13
XYZ30.942734.151173.3676
Yxy34.15110.22350.2466
Hunter Lab58.4389-7.7546-33.5288
CIE-Lab65.0823-5.5312-35.5417

#5ea4dd color RGB value is (94,164,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10100100 11011101
Octal 136 244 335
Decimal 94 164 221
Hex 5E A4 DD

RGB Percentages of Color #5ea4dd

%19.62
%34.24
%46.14

CMYK Percentages of Color #5ea4dd

%57
%26
%0
%13

Triadic Colors of #5ea4dd

#5ea4dd #dd5ea4 #a4dd5e

Analogous Colors of #5ea4dd

#5ea4dd #5e65dd #5eddd7

Monochromatic Colors of #5ea4dd

#5ea4dd

Complementary Color

#5ea4dd #dd975e

#5ea4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ea4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ea4dd Color CSS Codes

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

#5ea4dd Text Font Color

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

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


#5ea4dd Background Color

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

This div background color is #5ea4dd


#5ea4dd Border Color

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

This div border color is #5ea4dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,164,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 #5ea4dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ea4dd


Comments

No comments written yet.

Please login to write comment.