Color Hex Logo

#aca263 Color Hex

#ACA263
(172,162,99)
0 Favorites   0 Comments

Color spaces of #aca263

RGB 17216299
HSL0.140.310.53
HSV52°42°67°
CMYK 0.000.060.42   0.33
XYZ32.185735.512216.9625
Yxy35.51220.38020.4195
Hunter Lab59.5921-7.878424.8380
CIE-Lab66.1455-5.568534.0151

#aca263 color RGB value is (172,162,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100010 01100011
Octal 254 242 143
Decimal 172 162 99
Hex AC A2 63

RGB Percentages of Color #aca263

%39.72
%37.41
%22.86

CMYK Percentages of Color #aca263

%0
%6
%42
%33

Triadic Colors of #aca263

#aca263 #63aca2 #a263ac

Analogous Colors of #aca263

#aca263 #92ac63 #ac7e63

Monochromatic Colors of #aca263

#aca263

Complementary Color

#aca263 #636dac

#aca263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca263 Color CSS Codes

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

#aca263 Text Font Color

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

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


#aca263 Background Color

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

This div background color is #aca263


#aca263 Border Color

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

This div border color is #aca263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca263


Comments

No comments written yet.

Please login to write comment.