Color Hex Logo

#abaa70 Color Hex

#ABAA70
(171,170,112)
0 Favorites   0 Comments

Color spaces of #abaa70

RGB 171170112
HSL0.160.260.55
HSV59°35°67°
CMYK 0.000.010.35   0.33
XYZ34.093938.577220.9784
Yxy38.57720.36410.4119
Hunter Lab62.1105-10.710723.4516
CIE-Lab68.4439-8.719730.0791

#abaa70 color RGB value is (171,170,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 01110000
Octal 253 252 160
Decimal 171 170 112
Hex AB AA 70

RGB Percentages of Color #abaa70

%37.75
%37.53
%24.72

CMYK Percentages of Color #abaa70

%0
%1
%35
%33

Triadic Colors of #abaa70

#abaa70 #70abaa #aa70ab

Analogous Colors of #abaa70

#abaa70 #8fab70 #ab8d70

Monochromatic Colors of #abaa70

#abaa70

Complementary Color

#abaa70 #7071ab

#abaa70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa70 Color CSS Codes

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

#abaa70 Text Font Color

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

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


#abaa70 Background Color

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

This div background color is #abaa70


#abaa70 Border Color

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

This div border color is #abaa70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa70


Comments

No comments written yet.

Please login to write comment.