Color Hex Logo

#5addab Color Hex

#5ADDAB
(90,221,171)
0 Favorites   0 Comments

Color spaces of #5addab

RGB 90221171
HSL0.440.660.61
HSV157°59°87°
CMYK 0.590.000.23   0.13
XYZ37.423656.826847.5243
Yxy56.82680.26400.4008
Hunter Lab75.3836-43.306215.3901
CIE-Lab80.0821-47.676413.9484

#5addab color RGB value is (90,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011101 10101011
Octal 132 335 253
Decimal 90 221 171
Hex 5A DD AB

RGB Percentages of Color #5addab

%18.67
%45.85
%35.48

CMYK Percentages of Color #5addab

%59
%0
%23
%13

Triadic Colors of #5addab

#5addab #ab5add #ddab5a

Analogous Colors of #5addab

#5addab #5acedd #5add6a

Monochromatic Colors of #5addab

#5addab

Complementary Color

#5addab #dd5a8c

#5addab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5addab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5addab Color CSS Codes

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

#5addab Text Font Color

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

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


#5addab Background Color

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

This div background color is #5addab


#5addab Border Color

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

This div border color is #5addab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5addab


Comments

No comments written yet.

Please login to write comment.