Color Hex Logo

#5adeae Color Hex

#5ADEAE
(90,222,174)
0 Favorites   0 Comments

Color spaces of #5adeae

RGB 90222174
HSL0.440.670.61
HSV158°59°87°
CMYK 0.590.000.22   0.13
XYZ37.977757.472249.1360
Yxy57.47220.26270.3975
Hunter Lab75.8104-43.247614.6389
CIE-Lab80.4445-47.438512.8772

#5adeae color RGB value is (90,222,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011110 10101110
Octal 132 336 256
Decimal 90 222 174
Hex 5A DE AE

RGB Percentages of Color #5adeae

%18.52
%45.68
%35.80

CMYK Percentages of Color #5adeae

%59
%0
%22
%13

Triadic Colors of #5adeae

#5adeae #ae5ade #deae5a

Analogous Colors of #5adeae

#5adeae #5accde #5ade6c

Monochromatic Colors of #5adeae

#5adeae

Complementary Color

#5adeae #de5a8a

#5adeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adeae Color CSS Codes

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

#5adeae Text Font Color

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

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


#5adeae Background Color

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

This div background color is #5adeae


#5adeae Border Color

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

This div border color is #5adeae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,222,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 #5adeae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adeae


Comments

No comments written yet.

Please login to write comment.