Color Hex Logo

#acca52 Color Hex

#ACCA52
(172,202,82)
0 Favorites   0 Comments

Color spaces of #acca52

RGB 17220282
HSL0.210.530.56
HSV75°59°79°
CMYK 0.150.000.59   0.21
XYZ39.656851.620915.8563
Yxy51.62090.37020.4818
Hunter Lab71.8477-27.209237.2085
CIE-Lab77.0536-27.473455.2143

#acca52 color RGB value is (172,202,82).

#acca52 hex color red value is 172, green value is 202 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #acca52 hue: 0.21 , saturation: 0.53 and the lightness value of acca52 is 0.56.

The process color (four color CMYK) of #acca52 color hex is 0.15, 0.00, 0.59, 0.21. Web safe color of #acca52 is #99cc66. Color #acca52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 01010010
Octal 254 312 122
Decimal 172 202 82
Hex AC CA 52

RGB Percentages of Color #acca52

%37.72
%44.30
%17.98

CMYK Percentages of Color #acca52

%15
%0
%59
%21

Triadic Colors of #acca52

#acca52 #52acca #ca52ac

Analogous Colors of #acca52

#acca52 #70ca52 #caac52

Monochromatic Colors of #acca52

#acca52

Complementary Color

#acca52 #7052ca

#acca52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acca52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acca52 Color CSS Codes

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

#acca52 Text Font Color

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

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


#acca52 Background Color

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

This div background color is #acca52


#acca52 Border Color

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

This div border color is #acca52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acca52


Comments

No comments written yet.

Please login to write comment.