Color Hex Logo

#acac35 Color Hex

#ACAC35
(172,172,53)
0 Favorites   0 Comments

Color spaces of #acac35

RGB 17217253
HSL0.170.530.44
HSV60°69°67°
CMYK 0.000.000.69   0.33
XYZ32.408438.53279.0976
Yxy38.53270.40490.4814
Hunter Lab62.0747-15.438234.7628
CIE-Lab68.4114-14.533358.1019

#acac35 color RGB value is (172,172,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101100 00110101
Octal 254 254 65
Decimal 172 172 53
Hex AC AC 35

RGB Percentages of Color #acac35

%43.32
%43.32
%13.35

CMYK Percentages of Color #acac35

%0
%0
%69
%33

Triadic Colors of #acac35

#acac35 #35acac #ac35ac

Analogous Colors of #acac35

#acac35 #71ac35 #ac7135

Monochromatic Colors of #acac35

#acac35

Complementary Color

#acac35 #3535ac

#acac35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acac35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acac35 Color CSS Codes

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

#acac35 Text Font Color

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

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


#acac35 Background Color

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

This div background color is #acac35


#acac35 Border Color

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

This div border color is #acac35


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,172,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 #acac35">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acac35


Comments

No comments written yet.

Please login to write comment.