Color Hex Logo

#5affab Color Hex

#5AFFAB
(90,255,171)
0 Favorites   0 Comments

Color spaces of #5affab

RGB 90255171
HSL0.421.000.68
HSV149°65°100°
CMYK 0.650.000.33   0.00
XYZ47.327176.633950.8255
Yxy76.63390.27080.4384
Hunter Lab87.5408-56.694126.8552
CIE-Lab90.1528-61.252527.8774

#5affab color RGB value is (90,255,171).

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

The process color (four color CMYK) of #5affab color hex is 0.65, 0.00, 0.33, 0.00. Web safe color of #5affab is #66ff99. Color #5affab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111111 10101011
Octal 132 377 253
Decimal 90 255 171
Hex 5A FF AB

RGB Percentages of Color #5affab

%17.44
%49.42
%33.14

CMYK Percentages of Color #5affab

%65
%0
%33
%0

Triadic Colors of #5affab

#5affab #ab5aff #ffab5a

Analogous Colors of #5affab

#5affab #5afffe #5cff5a

Monochromatic Colors of #5affab

#5affab

Complementary Color

#5affab #ff5aae

#5affab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5affab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5affab Color CSS Codes

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

#5affab Text Font Color

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

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


#5affab Background Color

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

This div background color is #5affab


#5affab Border Color

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

This div border color is #5affab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5affab


Comments

No comments written yet.

Please login to write comment.