Color Hex Logo

#abaa76 Color Hex

#ABAA76
(171,170,118)
0 Favorites   0 Comments

Color spaces of #abaa76

RGB 171170118
HSL0.160.240.57
HSV59°31°67°
CMYK 0.000.010.31   0.33
XYZ34.439338.715422.7972
Yxy38.71540.35890.4035
Hunter Lab62.2217-10.089421.8321
CIE-Lab68.5446-7.958227.0065

#abaa76 color RGB value is (171,170,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 01110110
Octal 253 252 166
Decimal 171 170 118
Hex AB AA 76

RGB Percentages of Color #abaa76

%37.25
%37.04
%25.71

CMYK Percentages of Color #abaa76

%0
%1
%31
%33

Triadic Colors of #abaa76

#abaa76 #76abaa #aa76ab

Analogous Colors of #abaa76

#abaa76 #92ab76 #ab9076

Monochromatic Colors of #abaa76

#abaa76

Complementary Color

#abaa76 #7677ab

#abaa76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa76 Color CSS Codes

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

#abaa76 Text Font Color

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

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


#abaa76 Background Color

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

This div background color is #abaa76


#abaa76 Border Color

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

This div border color is #abaa76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa76


Comments

No comments written yet.

Please login to write comment.