Color Hex Logo

#5abfaa Color Hex

#5ABFAA
(90,191,170)
0 Favorites   0 Comments

Color spaces of #5abfaa

RGB 90191170
HSL0.470.440.55
HSV168°53°75°
CMYK 0.530.000.11   0.25
XYZ30.102942.337544.6156
Yxy42.33750.25720.3617
Hunter Lab65.0673-31.28604.8929
CIE-Lab71.1030-34.62271.6277

#5abfaa color RGB value is (90,191,170).

#5abfaa hex color red value is 90, green value is 191 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5abfaa hue: 0.47 , saturation: 0.44 and the lightness value of 5abfaa is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111111 10101010
Octal 132 277 252
Decimal 90 191 170
Hex 5A BF AA

RGB Percentages of Color #5abfaa

%19.96
%42.35
%37.69

CMYK Percentages of Color #5abfaa

%53
%0
%11
%25

Triadic Colors of #5abfaa

#5abfaa #aa5abf #bfaa5a

Analogous Colors of #5abfaa

#5abfaa #5aa2bf #5abf78

Monochromatic Colors of #5abfaa

#5abfaa

Complementary Color

#5abfaa #bf5a6f

#5abfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abfaa Color CSS Codes

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

#5abfaa Text Font Color

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

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


#5abfaa Background Color

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

This div background color is #5abfaa


#5abfaa Border Color

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

This div border color is #5abfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abfaa


Comments

No comments written yet.

Please login to write comment.