Color Hex Logo

#5eafda Color Hex

#5EAFDA
(94,175,218)
0 Favorites   0 Comments

Color spaces of #5eafda

RGB 94175218
HSL0.560.630.61
HSV201°57°85°
CMYK 0.570.200.00   0.15
XYZ32.601038.101671.9658
Yxy38.10160.22850.2671
Hunter Lab61.7265-13.7461-25.9166
CIE-Lab68.0954-12.4807-29.2228

#5eafda color RGB value is (94,175,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101111 11011010
Octal 136 257 332
Decimal 94 175 218
Hex 5E AF DA

RGB Percentages of Color #5eafda

%19.30
%35.93
%44.76

CMYK Percentages of Color #5eafda

%57
%20
%0
%15

Triadic Colors of #5eafda

#5eafda #da5eaf #afda5e

Analogous Colors of #5eafda

#5eafda #5e71da #5edac7

Monochromatic Colors of #5eafda

#5eafda

Complementary Color

#5eafda #da895e

#5eafda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eafda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eafda Color CSS Codes

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

#5eafda Text Font Color

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

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


#5eafda Background Color

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

This div background color is #5eafda


#5eafda Border Color

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

This div border color is #5eafda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eafda


Comments

No comments written yet.

Please login to write comment.