Color Hex Logo

#acca5f Color Hex

#ACCA5F
(172,202,95)
0 Favorites   0 Comments

Color spaces of #acca5f

RGB 17220295
HSL0.210.500.58
HSV77°53°79°
CMYK 0.150.000.53   0.21
XYZ40.199351.837918.7135
Yxy51.83790.36300.4681
Hunter Lab71.9985-26.334734.9886
CIE-Lab77.1838-26.338749.4643

#acca5f color RGB value is (172,202,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 01011111
Octal 254 312 137
Decimal 172 202 95
Hex AC CA 5F

RGB Percentages of Color #acca5f

%36.67
%43.07
%20.26

CMYK Percentages of Color #acca5f

%15
%0
%53
%21

Triadic Colors of #acca5f

#acca5f #5facca #ca5fac

Analogous Colors of #acca5f

#acca5f #77ca5f #cab35f

Monochromatic Colors of #acca5f

#acca5f

Complementary Color

#acca5f #7d5fca

#acca5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acca5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acca5f Color CSS Codes

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

#acca5f Text Font Color

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

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


#acca5f Background Color

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

This div background color is #acca5f


#acca5f Border Color

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

This div border color is #acca5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acca5f


Comments

No comments written yet.

Please login to write comment.