Color Hex Logo

#5addae Color Hex

#5ADDAE
(90,221,174)
0 Favorites   0 Comments

Color spaces of #5addae

RGB 90221174
HSL0.440.660.61
HSV158°59°87°
CMYK 0.590.000.21   0.13
XYZ37.712956.942649.0477
Yxy56.94260.26240.3963
Hunter Lab75.4603-42.846414.2849
CIE-Lab80.1473-47.015612.4568

#5addae color RGB value is (90,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011101 10101110
Octal 132 335 256
Decimal 90 221 174
Hex 5A DD AE

RGB Percentages of Color #5addae

%18.56
%45.57
%35.88

CMYK Percentages of Color #5addae

%59
%0
%21
%13

Triadic Colors of #5addae

#5addae #ae5add #ddae5a

Analogous Colors of #5addae

#5addae #5acbdd #5add6d

Monochromatic Colors of #5addae

#5addae

Complementary Color

#5addae #dd5a89

#5addae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5addae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5addae Color CSS Codes

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

#5addae Text Font Color

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

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


#5addae Background Color

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

This div background color is #5addae


#5addae Border Color

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

This div border color is #5addae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5addae


Comments

No comments written yet.

Please login to write comment.