Color Hex Logo

#aba472 Color Hex

#ABA472
(171,164,114)
0 Favorites   0 Comments

Color spaces of #aba472

RGB 171164114
HSL0.150.250.56
HSV53°33°67°
CMYK 0.000.040.33   0.33
XYZ33.107336.423821.2051
Yxy36.42380.36490.4014
Hunter Lab60.3521-7.696721.4146
CIE-Lab66.8425-5.277526.9034

#aba472 color RGB value is (171,164,114).

#aba472 hex color red value is 171, green value is 164 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #aba472 hue: 0.15 , saturation: 0.25 and the lightness value of aba472 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100100 01110010
Octal 253 244 162
Decimal 171 164 114
Hex AB A4 72

RGB Percentages of Color #aba472

%38.08
%36.53
%25.39

CMYK Percentages of Color #aba472

%0
%4
%33
%33

Triadic Colors of #aba472

#aba472 #72aba4 #a472ab

Analogous Colors of #aba472

#aba472 #96ab72 #ab8872

Monochromatic Colors of #aba472

#aba472

Complementary Color

#aba472 #7279ab

#aba472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba472 Color CSS Codes

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

#aba472 Text Font Color

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

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


#aba472 Background Color

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

This div background color is #aba472


#aba472 Border Color

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

This div border color is #aba472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba472


Comments

No comments written yet.

Please login to write comment.