Color Hex Logo

#5addc7 Color Hex

#5ADDC7
(90,221,199)
0 Favorites   0 Comments

Color spaces of #5addc7

RGB 90221199
HSL0.470.660.61
HSV170°59°87°
CMYK 0.590.000.10   0.13
XYZ40.381758.010163.1016
Yxy58.01010.25010.3592
Hunter Lab76.1644-38.64844.1937
CIE-Lab80.7444-41.11930.0542

#5addc7 color RGB value is (90,221,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011101 11000111
Octal 132 335 307
Decimal 90 221 199
Hex 5A DD C7

RGB Percentages of Color #5addc7

%17.65
%43.33
%39.02

CMYK Percentages of Color #5addc7

%59
%0
%10
%13

Triadic Colors of #5addc7

#5addc7 #c75add #ddc75a

Analogous Colors of #5addc7

#5addc7 #5ab2dd #5add86

Monochromatic Colors of #5addc7

#5addc7

Complementary Color

#5addc7 #dd5a70

#5addc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5addc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5addc7 Color CSS Codes

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

#5addc7 Text Font Color

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

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


#5addc7 Background Color

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

This div background color is #5addc7


#5addc7 Border Color

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

This div border color is #5addc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5addc7


Comments

No comments written yet.

Please login to write comment.