Color Hex Logo

#aba07a Color Hex

#ABA07A
(171,160,122)
0 Favorites   0 Comments

Color spaces of #aba07a

RGB 171160122
HSL0.130.230.57
HSV47°29°67°
CMYK 0.000.060.29   0.33
XYZ32.878235.204723.4747
Yxy35.20470.35910.3845
Hunter Lab59.3335-4.922418.0760
CIE-Lab65.9077-2.061821.2951

#aba07a color RGB value is (171,160,122).

#aba07a hex color red value is 171, green value is 160 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #aba07a hue: 0.13 , saturation: 0.23 and the lightness value of aba07a is 0.57.

The process color (four color CMYK) of #aba07a color hex is 0.00, 0.06, 0.29, 0.33. Web safe color of #aba07a is #999966. Color #aba07a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100000 01111010
Octal 253 240 172
Decimal 171 160 122
Hex AB A0 7A

RGB Percentages of Color #aba07a

%37.75
%35.32
%26.93

CMYK Percentages of Color #aba07a

%0
%6
%29
%33

Triadic Colors of #aba07a

#aba07a #7aaba0 #a07aab

Analogous Colors of #aba07a

#aba07a #9eab7a #ab887a

Monochromatic Colors of #aba07a

#aba07a

Complementary Color

#aba07a #7a85ab

#aba07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba07a Color CSS Codes

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

#aba07a Text Font Color

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

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


#aba07a Background Color

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

This div background color is #aba07a


#aba07a Border Color

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

This div border color is #aba07a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba07a


Comments

No comments written yet.

Please login to write comment.