Color Hex Logo

#aca264 Color Hex

#ACA264
(172,162,100)
0 Favorites   0 Comments

Color spaces of #aca264

RGB 172162100
HSL0.140.300.53
HSV52°42°67°
CMYK 0.000.060.42   0.33
XYZ32.233835.531417.2159
Yxy35.53140.37930.4181
Hunter Lab59.6082-7.788624.6018
CIE-Lab66.1603-5.458833.5074

#aca264 color RGB value is (172,162,100).

#aca264 hex color red value is 172, green value is 162 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #aca264 hue: 0.14 , saturation: 0.30 and the lightness value of aca264 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100010 01100100
Octal 254 242 144
Decimal 172 162 100
Hex AC A2 64

RGB Percentages of Color #aca264

%39.63
%37.33
%23.04

CMYK Percentages of Color #aca264

%0
%6
%42
%33

Triadic Colors of #aca264

#aca264 #64aca2 #a264ac

Analogous Colors of #aca264

#aca264 #92ac64 #ac7e64

Monochromatic Colors of #aca264

#aca264

Complementary Color

#aca264 #646eac

#aca264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca264 Color CSS Codes

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

#aca264 Text Font Color

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

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


#aca264 Background Color

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

This div background color is #aca264


#aca264 Border Color

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

This div border color is #aca264


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,162,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aca264; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aca264;
  -webkit-box-shadow: 1px 1px 3px 2px #aca264;
  box-shadow:         1px 1px 3px 2px #aca264; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,162,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca264


Comments

No comments written yet.

Please login to write comment.