Color Hex Logo

#aaca7b Color Hex

#AACA7B
(170,202,123)
0 Favorites   0 Comments

Color spaces of #aaca7b

RGB 170202123
HSL0.230.430.64
HSV84°39°79°
CMYK 0.160.000.39   0.21
XYZ41.273252.217226.6425
Yxy52.21720.34360.4347
Hunter Lab72.2615-24.504728.7231
CIE-Lab77.4105-24.003235.9591

#aaca7b color RGB value is (170,202,123).

#aaca7b hex color red value is 170, green value is 202 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #aaca7b hue: 0.23 , saturation: 0.43 and the lightness value of aaca7b is 0.64.

The process color (four color CMYK) of #aaca7b color hex is 0.16, 0.00, 0.39, 0.21. Web safe color of #aaca7b is #99cc66. Color #aaca7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 01111011
Octal 252 312 173
Decimal 170 202 123
Hex AA CA 7B

RGB Percentages of Color #aaca7b

%34.34
%40.81
%24.85

CMYK Percentages of Color #aaca7b

%16
%0
%39
%21

Triadic Colors of #aaca7b

#aaca7b #7baaca #ca7baa

Analogous Colors of #aaca7b

#aaca7b #83ca7b #cac37b

Monochromatic Colors of #aaca7b

#aaca7b

Complementary Color

#aaca7b #9b7bca

#aaca7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaca7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaca7b Color CSS Codes

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

#aaca7b Text Font Color

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

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


#aaca7b Background Color

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

This div background color is #aaca7b


#aaca7b Border Color

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

This div border color is #aaca7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaca7b


Comments

No comments written yet.

Please login to write comment.