Color Hex Logo

#abae89 Color Hex

#ABAE89
(171,174,137)
0 Favorites   0 Comments

Color spaces of #abae89

RGB 171174137
HSL0.180.190.61
HSV65°21°68°
CMYK 0.020.000.21   0.32
XYZ36.446040.736229.6089
Yxy40.73620.34130.3815
Hunter Lab63.8249-9.764617.1723
CIE-Lab69.9907-7.398318.6860

#abae89 color RGB value is (171,174,137).

#abae89 hex color red value is 171, green value is 174 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #abae89 hue: 0.18 , saturation: 0.19 and the lightness value of abae89 is 0.61.

The process color (four color CMYK) of #abae89 color hex is 0.02, 0.00, 0.21, 0.32. Web safe color of #abae89 is #999999. Color #abae89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 10001001
Octal 253 256 211
Decimal 171 174 137
Hex AB AE 89

RGB Percentages of Color #abae89

%35.48
%36.10
%28.42

CMYK Percentages of Color #abae89

%2
%0
%21
%32

Triadic Colors of #abae89

#abae89 #89abae #ae89ab

Analogous Colors of #abae89

#abae89 #99ae89 #ae9f89

Monochromatic Colors of #abae89

#abae89

Complementary Color

#abae89 #8c89ae

#abae89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abae89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abae89 Color CSS Codes

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

#abae89 Text Font Color

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

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


#abae89 Background Color

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

This div background color is #abae89


#abae89 Border Color

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

This div border color is #abae89


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,174,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #abae89; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #abae89;
  -webkit-box-shadow: 1px 1px 3px 2px #abae89;
  box-shadow:         1px 1px 3px 2px #abae89; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abae89


Comments

No comments written yet.

Please login to write comment.