Color Hex Logo

#5afbaa Color Hex

#5AFBAA
(90,251,170)
0 Favorites   0 Comments

Color spaces of #5afbaa

RGB 90251170
HSL0.420.950.67
HSV150°64°98°
CMYK 0.640.000.32   0.02
XYZ45.969374.070349.9044
Yxy74.07030.27050.4359
Hunter Lab86.0641-55.270225.8655
CIE-Lab88.9557-59.919226.7563

#5afbaa color RGB value is (90,251,170).

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

The process color (four color CMYK) of #5afbaa color hex is 0.64, 0.00, 0.32, 0.02. Web safe color of #5afbaa is #66ff99. Color #5afbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111011 10101010
Octal 132 373 252
Decimal 90 251 170
Hex 5A FB AA

RGB Percentages of Color #5afbaa

%17.61
%49.12
%33.27

CMYK Percentages of Color #5afbaa

%64
%0
%32
%2

Triadic Colors of #5afbaa

#5afbaa #aa5afb #fbaa5a

Analogous Colors of #5afbaa

#5afbaa #5afbfb #5afb5a

Monochromatic Colors of #5afbaa

#5afbaa

Complementary Color

#5afbaa #fb5aab

#5afbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afbaa Color CSS Codes

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

#5afbaa Text Font Color

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

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


#5afbaa Background Color

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

This div background color is #5afbaa


#5afbaa Border Color

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

This div border color is #5afbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afbaa


Comments

No comments written yet.

Please login to write comment.