Color Hex Logo

#5adecd Color Hex

#5ADECD
(90,222,205)
0 Favorites   0 Comments

Color spaces of #5adecd

RGB 90222205
HSL0.480.670.61
HSV172°59°87°
CMYK 0.590.000.08   0.13
XYZ41.357258.824066.9320
Yxy58.82400.24750.3520
Hunter Lab76.6968-37.96691.9464
CIE-Lab81.1948-40.0578-2.4772

#5adecd color RGB value is (90,222,205).

#5adecd hex color red value is 90, green value is 222 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5adecd hue: 0.48 , saturation: 0.67 and the lightness value of 5adecd is 0.61.

The process color (four color CMYK) of #5adecd color hex is 0.59, 0.00, 0.08, 0.13. Web safe color of #5adecd is #66cccc. Color #5adecd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011110 11001101
Octal 132 336 315
Decimal 90 222 205
Hex 5A DE CD

RGB Percentages of Color #5adecd

%17.41
%42.94
%39.65

CMYK Percentages of Color #5adecd

%59
%0
%8
%13

Triadic Colors of #5adecd

#5adecd #cd5ade #decd5a

Analogous Colors of #5adecd

#5adecd #5aadde #5ade8b

Monochromatic Colors of #5adecd

#5adecd

Complementary Color

#5adecd #de5a6b

#5adecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adecd Color CSS Codes

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

#5adecd Text Font Color

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

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


#5adecd Background Color

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

This div background color is #5adecd


#5adecd Border Color

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

This div border color is #5adecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adecd


Comments

No comments written yet.

Please login to write comment.