Color Hex Logo

#5aefab Color Hex

#5AEFAB
(90,239,171)
0 Favorites   0 Comments

Color spaces of #5aefab

RGB 90239171
HSL0.420.820.65
HSV153°62°94°
CMYK 0.620.000.28   0.06
XYZ42.433666.846949.1943
Yxy66.84690.26780.4218
Hunter Lab81.7600-50.438021.5577
CIE-Lab85.4266-55.039421.4064

#5aefab color RGB value is (90,239,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101111 10101011
Octal 132 357 253
Decimal 90 239 171
Hex 5A EF AB

RGB Percentages of Color #5aefab

%18.00
%47.80
%34.20

CMYK Percentages of Color #5aefab

%62
%0
%28
%6

Triadic Colors of #5aefab

#5aefab #ab5aef #efab5a

Analogous Colors of #5aefab

#5aefab #5ae9ef #5aef61

Monochromatic Colors of #5aefab

#5aefab

Complementary Color

#5aefab #ef5a9e

#5aefab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aefab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aefab Color CSS Codes

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

#5aefab Text Font Color

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

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


#5aefab Background Color

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

This div background color is #5aefab


#5aefab Border Color

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

This div border color is #5aefab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aefab


Comments

No comments written yet.

Please login to write comment.