Color Hex Logo

#5ea9da Color Hex

#5EA9DA
(94,169,218)
0 Favorites   0 Comments

Color spaces of #5ea9da

RGB 94169218
HSL0.570.630.61
HSV204°57°85°
CMYK 0.570.220.00   0.15
XYZ31.458935.817671.5851
Yxy35.81760.22650.2579
Hunter Lab59.8478-10.9054-29.0244
CIE-Lab66.3803-9.2238-31.8721

#5ea9da color RGB value is (94,169,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101001 11011010
Octal 136 251 332
Decimal 94 169 218
Hex 5E A9 DA

RGB Percentages of Color #5ea9da

%19.54
%35.14
%45.32

CMYK Percentages of Color #5ea9da

%57
%22
%0
%15

Triadic Colors of #5ea9da

#5ea9da #da5ea9 #a9da5e

Analogous Colors of #5ea9da

#5ea9da #5e6bda #5edacd

Monochromatic Colors of #5ea9da

#5ea9da

Complementary Color

#5ea9da #da8f5e

#5ea9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ea9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ea9da Color CSS Codes

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

#5ea9da Text Font Color

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

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


#5ea9da Background Color

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

This div background color is #5ea9da


#5ea9da Border Color

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

This div border color is #5ea9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ea9da


Comments

No comments written yet.

Please login to write comment.