Color Hex Logo

#5ea4dc Color Hex

#5EA4DC
(94,164,220)
0 Favorites   0 Comments

Color spaces of #5ea4dc

RGB 94164220
HSL0.570.640.62
HSV207°57°86°
CMYK 0.570.250.00   0.14
XYZ30.809834.097972.6678
Yxy34.09790.22390.2478
Hunter Lab58.3934-8.0075-32.9082
CIE-Lab65.0402-5.8428-35.0551

#5ea4dc color RGB value is (94,164,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10100100 11011100
Octal 136 244 334
Decimal 94 164 220
Hex 5E A4 DC

RGB Percentages of Color #5ea4dc

%19.67
%34.31
%46.03

CMYK Percentages of Color #5ea4dc

%57
%25
%0
%14

Triadic Colors of #5ea4dc

#5ea4dc #dc5ea4 #a4dc5e

Analogous Colors of #5ea4dc

#5ea4dc #5e65dc #5edcd5

Monochromatic Colors of #5ea4dc

#5ea4dc

Complementary Color

#5ea4dc #dc965e

#5ea4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ea4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ea4dc Color CSS Codes

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

#5ea4dc Text Font Color

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

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


#5ea4dc Background Color

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

This div background color is #5ea4dc


#5ea4dc Border Color

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

This div border color is #5ea4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ea4dc


Comments

No comments written yet.

Please login to write comment.