Color Hex Logo

#abaa78 Color Hex

#ABAA78
(171,170,120)
0 Favorites   0 Comments

Color spaces of #abaa78

RGB 171170120
HSL0.160.230.57
HSV59°30°67°
CMYK 0.000.010.30   0.33
XYZ34.559538.763423.4299
Yxy38.76340.35720.4006
Hunter Lab62.2603-9.873521.2701
CIE-Lab68.5795-7.694525.9780

#abaa78 color RGB value is (171,170,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 01111000
Octal 253 252 170
Decimal 171 170 120
Hex AB AA 78

RGB Percentages of Color #abaa78

%37.09
%36.88
%26.03

CMYK Percentages of Color #abaa78

%0
%1
%30
%33

Triadic Colors of #abaa78

#abaa78 #78abaa #aa78ab

Analogous Colors of #abaa78

#abaa78 #93ab78 #ab9178

Monochromatic Colors of #abaa78

#abaa78

Complementary Color

#abaa78 #7879ab

#abaa78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa78 Color CSS Codes

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

#abaa78 Text Font Color

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

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


#abaa78 Background Color

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

This div background color is #abaa78


#abaa78 Border Color

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

This div border color is #abaa78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa78


Comments

No comments written yet.

Please login to write comment.