Color Hex Logo

#aca335 Color Hex

#ACA335
(172,163,53)
0 Favorites   0 Comments

Color spaces of #aca335

RGB 17216353
HSL0.150.530.44
HSV55°69°67°
CMYK 0.000.050.69   0.33
XYZ30.753135.22218.5458
Yxy35.22210.41270.4726
Hunter Lab59.3482-11.364133.0063
CIE-Lab65.9212-9.851155.6132

#aca335 color RGB value is (172,163,53).

#aca335 hex color red value is 172, green value is 163 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #aca335 hue: 0.15 , saturation: 0.53 and the lightness value of aca335 is 0.44.

The process color (four color CMYK) of #aca335 color hex is 0.00, 0.05, 0.69, 0.33. Web safe color of #aca335 is #999933. Color #aca335 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100011 00110101
Octal 254 243 65
Decimal 172 163 53
Hex AC A3 35

RGB Percentages of Color #aca335

%44.33
%42.01
%13.66

CMYK Percentages of Color #aca335

%0
%5
%69
%33

Triadic Colors of #aca335

#aca335 #35aca3 #a335ac

Analogous Colors of #aca335

#aca335 #7aac35 #ac6835

Monochromatic Colors of #aca335

#aca335

Complementary Color

#aca335 #353eac

#aca335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca335 Color CSS Codes

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

#aca335 Text Font Color

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

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


#aca335 Background Color

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

This div background color is #aca335


#aca335 Border Color

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

This div border color is #aca335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca335


Comments

No comments written yet.

Please login to write comment.