Color Hex Logo

#5eadcd Color Hex

#5EADCD
(94,173,205)
0 Favorites   0 Comments

Color spaces of #5eadcd

RGB 94173205
HSL0.550.530.59
HSV197°54°80°
CMYK 0.540.160.00   0.20
XYZ30.579136.674663.2248
Yxy36.67460.23440.2811
Hunter Lab60.5596-15.8470-19.5077
CIE-Lab67.0322-15.2883-23.6960

#5eadcd color RGB value is (94,173,205).

#5eadcd hex color red value is 94, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5eadcd hue: 0.55 , saturation: 0.53 and the lightness value of 5eadcd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101101 11001101
Octal 136 255 315
Decimal 94 173 205
Hex 5E AD CD

RGB Percentages of Color #5eadcd

%19.92
%36.65
%43.43

CMYK Percentages of Color #5eadcd

%54
%16
%0
%20

Triadic Colors of #5eadcd

#5eadcd #cd5ead #adcd5e

Analogous Colors of #5eadcd

#5eadcd #5e76cd #5ecdb6

Monochromatic Colors of #5eadcd

#5eadcd

Complementary Color

#5eadcd #cd7e5e

#5eadcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eadcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eadcd Color CSS Codes

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

#5eadcd Text Font Color

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

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


#5eadcd Background Color

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

This div background color is #5eadcd


#5eadcd Border Color

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

This div border color is #5eadcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eadcd


Comments

No comments written yet.

Please login to write comment.