Color Hex Logo

#acca6d Color Hex

#ACCA6D
(172,202,109)
0 Favorites   0 Comments

Color spaces of #acca6d

RGB 172202109
HSL0.220.470.61
HSV79°46°79°
CMYK 0.150.000.46   0.21
XYZ40.894152.115822.3720
Yxy52.11580.35440.4517
Hunter Lab72.1913-25.220132.1600
CIE-Lab77.3500-24.905242.9312

#acca6d color RGB value is (172,202,109).

#acca6d hex color red value is 172, green value is 202 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #acca6d hue: 0.22 , saturation: 0.47 and the lightness value of acca6d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 01101101
Octal 254 312 155
Decimal 172 202 109
Hex AC CA 6D

RGB Percentages of Color #acca6d

%35.61
%41.82
%22.57

CMYK Percentages of Color #acca6d

%15
%0
%46
%21

Triadic Colors of #acca6d

#acca6d #6dacca #ca6dac

Analogous Colors of #acca6d

#acca6d #7eca6d #caba6d

Monochromatic Colors of #acca6d

#acca6d

Complementary Color

#acca6d #8b6dca

#acca6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acca6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acca6d Color CSS Codes

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

#acca6d Text Font Color

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

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


#acca6d Background Color

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

This div background color is #acca6d


#acca6d Border Color

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

This div border color is #acca6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acca6d


Comments

No comments written yet.

Please login to write comment.