Color Hex Logo

#5addca Color Hex

#5ADDCA
(90,221,202)
0 Favorites   0 Comments

Color spaces of #5addca

RGB 90221202
HSL0.480.660.61
HSV171°59°87°
CMYK 0.590.000.09   0.13
XYZ40.733658.150864.9545
Yxy58.15080.24860.3549
Hunter Lab76.2567-38.10082.8772
CIE-Lab80.8226-40.3674-1.4274

#5addca color RGB value is (90,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011101 11001010
Octal 132 335 312
Decimal 90 221 202
Hex 5A DD CA

RGB Percentages of Color #5addca

%17.54
%43.08
%39.38

CMYK Percentages of Color #5addca

%59
%0
%9
%13

Triadic Colors of #5addca

#5addca #ca5add #ddca5a

Analogous Colors of #5addca

#5addca #5aafdd #5add89

Monochromatic Colors of #5addca

#5addca

Complementary Color

#5addca #dd5a6d

#5addca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5addca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5addca Color CSS Codes

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

#5addca Text Font Color

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

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


#5addca Background Color

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

This div background color is #5addca


#5addca Border Color

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

This div border color is #5addca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5addca


Comments

No comments written yet.

Please login to write comment.