Color Hex Logo

#5aab86 Color Hex

#5AAB86
(90,171,134)
0 Favorites   0 Comments

Color spaces of #5aab86

RGB 90171134
HSL0.420.330.51
HSV153°47°67°
CMYK 0.470.000.22   0.33
XYZ23.082433.020727.7113
Yxy33.02070.27540.3940
Hunter Lab57.4636-28.860211.6325
CIE-Lab64.1777-33.644011.4929

#5aab86 color RGB value is (90,171,134).

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

The process color (four color CMYK) of #5aab86 color hex is 0.47, 0.00, 0.22, 0.33. Web safe color of #5aab86 is #669999. Color #5aab86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101011 10000110
Octal 132 253 206
Decimal 90 171 134
Hex 5A AB 86

RGB Percentages of Color #5aab86

%22.78
%43.29
%33.92

CMYK Percentages of Color #5aab86

%47
%0
%22
%33

Triadic Colors of #5aab86

#5aab86 #865aab #ab865a

Analogous Colors of #5aab86

#5aab86 #5aa8ab #5aab5e

Monochromatic Colors of #5aab86

#5aab86

Complementary Color

#5aab86 #ab5a7f

#5aab86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aab86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aab86 Color CSS Codes

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

#5aab86 Text Font Color

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

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


#5aab86 Background Color

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

This div background color is #5aab86


#5aab86 Border Color

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

This div border color is #5aab86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aab86


Comments

No comments written yet.

Please login to write comment.