Color Hex Logo

#abaa79 Color Hex

#ABAA79
(171,170,121)
0 Favorites   0 Comments

Color spaces of #abaa79

RGB 171170121
HSL0.160.230.57
HSV59°29°67°
CMYK 0.000.010.29   0.33
XYZ34.620538.787923.7513
Yxy38.78790.35630.3992
Hunter Lab62.2799-9.764420.9849
CIE-Lab68.5973-7.561425.4632

#abaa79 color RGB value is (171,170,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 01111001
Octal 253 252 171
Decimal 171 170 121
Hex AB AA 79

RGB Percentages of Color #abaa79

%37.01
%36.80
%26.19

CMYK Percentages of Color #abaa79

%0
%1
%29
%33

Triadic Colors of #abaa79

#abaa79 #79abaa #aa79ab

Analogous Colors of #abaa79

#abaa79 #93ab79 #ab9179

Monochromatic Colors of #abaa79

#abaa79

Complementary Color

#abaa79 #797aab

#abaa79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa79 Color CSS Codes

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

#abaa79 Text Font Color

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

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


#abaa79 Background Color

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

This div background color is #abaa79


#abaa79 Border Color

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

This div border color is #abaa79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa79


Comments

No comments written yet.

Please login to write comment.