Color Hex Logo

#abae99 Color Hex

#ABAE99
(171,174,153)
0 Favorites   0 Comments

Color spaces of #abae99

RGB 171174153
HSL0.190.110.64
HSV69°12°68°
CMYK 0.020.000.12   0.32
XYZ37.680441.229936.1092
Yxy41.22990.32760.3585
Hunter Lab64.2105-7.620011.6052
CIE-Lab70.3367-4.834110.4203

#abae99 color RGB value is (171,174,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 10011001
Octal 253 256 231
Decimal 171 174 153
Hex AB AE 99

RGB Percentages of Color #abae99

%34.34
%34.94
%30.72

CMYK Percentages of Color #abae99

%2
%0
%12
%32

Triadic Colors of #abae99

#abae99 #99abae #ae99ab

Analogous Colors of #abae99

#abae99 #a1ae99 #aea799

Monochromatic Colors of #abae99

#abae99

Complementary Color

#abae99 #9c99ae

#abae99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abae99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abae99 Color CSS Codes

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

#abae99 Text Font Color

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

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


#abae99 Background Color

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

This div background color is #abae99


#abae99 Border Color

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

This div border color is #abae99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abae99


Comments

No comments written yet.

Please login to write comment.