Color Hex Logo

#5addce Color Hex

#5ADDCE
(90,221,206)
0 Favorites   0 Comments

Color spaces of #5addce

RGB 90221206
HSL0.480.660.61
HSV173°59°87°
CMYK 0.590.000.07   0.13
XYZ41.213558.342867.4816
Yxy58.34280.24670.3493
Hunter Lab76.3825-37.35651.0868
CIE-Lab80.9290-39.3516-3.3996

#5addce color RGB value is (90,221,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011101 11001110
Octal 132 335 316
Decimal 90 221 206
Hex 5A DD CE

RGB Percentages of Color #5addce

%17.41
%42.75
%39.85

CMYK Percentages of Color #5addce

%59
%0
%7
%13

Triadic Colors of #5addce

#5addce #ce5add #ddce5a

Analogous Colors of #5addce

#5addce #5aabdd #5add8d

Monochromatic Colors of #5addce

#5addce

Complementary Color

#5addce #dd5a69

#5addce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5addce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5addce Color CSS Codes

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

#5addce Text Font Color

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

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


#5addce Background Color

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

This div background color is #5addce


#5addce Border Color

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

This div border color is #5addce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,221,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5addce


Comments

No comments written yet.

Please login to write comment.