Color Hex Logo

#5aefaa Color Hex

#5AEFAA
(90,239,170)
0 Favorites   0 Comments

Color spaces of #5aefaa

RGB 90239170
HSL0.420.820.65
HSV152°62°94°
CMYK 0.620.000.29   0.06
XYZ42.338666.808948.6941
Yxy66.80890.26820.4233
Hunter Lab81.7367-50.578521.8941
CIE-Lab85.4073-55.241921.8952

#5aefaa color RGB value is (90,239,170).

#5aefaa hex color red value is 90, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5aefaa hue: 0.42 , saturation: 0.82 and the lightness value of 5aefaa is 0.65.

The process color (four color CMYK) of #5aefaa color hex is 0.62, 0.00, 0.29, 0.06. Web safe color of #5aefaa is #66ff99. Color #5aefaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101111 10101010
Octal 132 357 252
Decimal 90 239 170
Hex 5A EF AA

RGB Percentages of Color #5aefaa

%18.04
%47.90
%34.07

CMYK Percentages of Color #5aefaa

%62
%0
%29
%6

Triadic Colors of #5aefaa

#5aefaa #aa5aef #efaa5a

Analogous Colors of #5aefaa

#5aefaa #5aeaef #5aef60

Monochromatic Colors of #5aefaa

#5aefaa

Complementary Color

#5aefaa #ef5a9f

#5aefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aefaa Color CSS Codes

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

#5aefaa Text Font Color

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

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


#5aefaa Background Color

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

This div background color is #5aefaa


#5aefaa Border Color

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

This div border color is #5aefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aefaa


Comments

No comments written yet.

Please login to write comment.