Color Hex Logo

#5ae3ac Color Hex

#5AE3AC
(90,227,172)
0 Favorites   0 Comments

Color spaces of #5ae3ac

RGB 90227172
HSL0.430.710.62
HSV156°60°89°
CMYK 0.600.000.24   0.11
XYZ39.131960.090448.5659
Yxy60.09040.26480.4066
Hunter Lab77.5180-45.547817.1167
CIE-Lab81.8873-49.964115.9605

#5ae3ac color RGB value is (90,227,172).

#5ae3ac hex color red value is 90, green value is 227 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5ae3ac hue: 0.43 , saturation: 0.71 and the lightness value of 5ae3ac is 0.62.

The process color (four color CMYK) of #5ae3ac color hex is 0.60, 0.00, 0.24, 0.11. Web safe color of #5ae3ac is #66cc99. Color #5ae3ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11100011 10101100
Octal 132 343 254
Decimal 90 227 172
Hex 5A E3 AC

RGB Percentages of Color #5ae3ac

%18.40
%46.42
%35.17

CMYK Percentages of Color #5ae3ac

%60
%0
%24
%11

Triadic Colors of #5ae3ac

#5ae3ac #ac5ae3 #e3ac5a

Analogous Colors of #5ae3ac

#5ae3ac #5ad6e3 #5ae368

Monochromatic Colors of #5ae3ac

#5ae3ac

Complementary Color

#5ae3ac #e35a91

#5ae3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ae3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ae3ac Color CSS Codes

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

#5ae3ac Text Font Color

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

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


#5ae3ac Background Color

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

This div background color is #5ae3ac


#5ae3ac Border Color

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

This div border color is #5ae3ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ae3ac


Comments

No comments written yet.

Please login to write comment.