Color Hex Logo

#5eafdd Color Hex

#5EAFDD
(94,175,221)
0 Favorites   0 Comments

Color spaces of #5eafdd

RGB 94175221
HSL0.560.650.62
HSV202°57°87°
CMYK 0.570.210.00   0.13
XYZ32.997238.260174.0524
Yxy38.26010.22710.2633
Hunter Lab61.8547-13.0227-27.6836
CIE-Lab68.2119-11.5705-30.6898

#5eafdd color RGB value is (94,175,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101111 11011101
Octal 136 257 335
Decimal 94 175 221
Hex 5E AF DD

RGB Percentages of Color #5eafdd

%19.18
%35.71
%45.10

CMYK Percentages of Color #5eafdd

%57
%21
%0
%13

Triadic Colors of #5eafdd

#5eafdd #dd5eaf #afdd5e

Analogous Colors of #5eafdd

#5eafdd #5e70dd #5eddcc

Monochromatic Colors of #5eafdd

#5eafdd

Complementary Color

#5eafdd #dd8c5e

#5eafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eafdd Color CSS Codes

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

#5eafdd Text Font Color

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

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


#5eafdd Background Color

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

This div background color is #5eafdd


#5eafdd Border Color

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

This div border color is #5eafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eafdd


Comments

No comments written yet.

Please login to write comment.