Color Hex Logo

#abaa93 Color Hex

#ABAA93
(171,170,147)
0 Favorites   0 Comments

Color spaces of #abaa93

RGB 171170147
HSL0.160.130.62
HSV58°14°67°
CMYK 0.000.010.14   0.33
XYZ36.435839.514033.3103
Yxy39.51400.33350.3617
Hunter Lab62.8602-6.540912.5837
CIE-Lab69.1220-3.687611.9994

#abaa93 color RGB value is (171,170,147).

#abaa93 hex color red value is 171, green value is 170 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #abaa93 hue: 0.16 , saturation: 0.13 and the lightness value of abaa93 is 0.62.

The process color (four color CMYK) of #abaa93 color hex is 0.00, 0.01, 0.14, 0.33. Web safe color of #abaa93 is #999999. Color #abaa93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 10010011
Octal 253 252 223
Decimal 171 170 147
Hex AB AA 93

RGB Percentages of Color #abaa93

%35.04
%34.84
%30.12

CMYK Percentages of Color #abaa93

%0
%1
%14
%33

Triadic Colors of #abaa93

#abaa93 #93abaa #aa93ab

Analogous Colors of #abaa93

#abaa93 #a0ab93 #ab9e93

Monochromatic Colors of #abaa93

#abaa93

Complementary Color

#abaa93 #9394ab

#abaa93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa93 Color CSS Codes

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

#abaa93 Text Font Color

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

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


#abaa93 Background Color

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

This div background color is #abaa93


#abaa93 Border Color

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

This div border color is #abaa93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa93


Comments

No comments written yet.

Please login to write comment.