Color Hex Logo

#acca86 Color Hex

#ACCA86
(172,202,134)
0 Favorites   0 Comments

Color spaces of #acca86

RGB 172202134
HSL0.240.390.66
HSV86°34°79°
CMYK 0.150.000.34   0.21
XYZ42.436952.732930.4961
Yxy52.73290.33770.4196
Hunter Lab72.6174-22.766925.9330
CIE-Lab77.7170-21.798730.7258

#acca86 color RGB value is (172,202,134).

#acca86 hex color red value is 172, green value is 202 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #acca86 hue: 0.24 , saturation: 0.39 and the lightness value of acca86 is 0.66.

The process color (four color CMYK) of #acca86 color hex is 0.15, 0.00, 0.34, 0.21. Web safe color of #acca86 is #99cc99. Color #acca86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 10000110
Octal 254 312 206
Decimal 172 202 134
Hex AC CA 86

RGB Percentages of Color #acca86

%33.86
%39.76
%26.38

CMYK Percentages of Color #acca86

%15
%0
%34
%21

Triadic Colors of #acca86

#acca86 #86acca #ca86ac

Analogous Colors of #acca86

#acca86 #8aca86 #cac686

Monochromatic Colors of #acca86

#acca86

Complementary Color

#acca86 #a486ca

#acca86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acca86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acca86 Color CSS Codes

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

#acca86 Text Font Color

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

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


#acca86 Background Color

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

This div background color is #acca86


#acca86 Border Color

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

This div border color is #acca86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acca86


Comments

No comments written yet.

Please login to write comment.