Color Hex Logo

#5eacde Color Hex

#5EACDE
(94,172,222)
0 Favorites   0 Comments

Color spaces of #5eacde

RGB 94172222
HSL0.570.660.62
HSV203°58°87°
CMYK 0.580.230.00   0.13
XYZ32.553437.158774.5638
Yxy37.15870.22560.2576
Hunter Lab60.9579-11.3519-29.8530
CIE-Lab67.3959-9.6360-32.5005

#5eacde color RGB value is (94,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101100 11011110
Octal 136 254 336
Decimal 94 172 222
Hex 5E AC DE

RGB Percentages of Color #5eacde

%19.26
%35.25
%45.49

CMYK Percentages of Color #5eacde

%58
%23
%0
%13

Triadic Colors of #5eacde

#5eacde #de5eac #acde5e

Analogous Colors of #5eacde

#5eacde #5e6cde #5eded0

Monochromatic Colors of #5eacde

#5eacde

Complementary Color

#5eacde #de905e

#5eacde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eacde Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eacde Color CSS Codes

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

#5eacde Text Font Color

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

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


#5eacde Background Color

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

This div background color is #5eacde


#5eacde Border Color

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

This div border color is #5eacde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eacde


Comments

No comments written yet.

Please login to write comment.