Color Hex Logo

#acca8d Color Hex

#ACCA8D
(172,202,141)
0 Favorites   0 Comments

Color spaces of #acca8d

RGB 172202141
HSL0.250.370.67
HSV90°30°79°
CMYK 0.150.000.30   0.21
XYZ42.941552.934833.1535
Yxy52.93480.33280.4103
Hunter Lab72.7563-21.971023.9122
CIE-Lab77.8365-20.804927.2362

#acca8d color RGB value is (172,202,141).

#acca8d hex color red value is 172, green value is 202 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #acca8d hue: 0.25 , saturation: 0.37 and the lightness value of acca8d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 10001101
Octal 254 312 215
Decimal 172 202 141
Hex AC CA 8D

RGB Percentages of Color #acca8d

%33.40
%39.22
%27.38

CMYK Percentages of Color #acca8d

%15
%0
%30
%21

Triadic Colors of #acca8d

#acca8d #8dacca #ca8dac

Analogous Colors of #acca8d

#acca8d #8eca8d #caca8d

Monochromatic Colors of #acca8d

#acca8d

Complementary Color

#acca8d #ab8dca

#acca8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acca8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acca8d Color CSS Codes

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

#acca8d Text Font Color

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

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


#acca8d Background Color

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

This div background color is #acca8d


#acca8d Border Color

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

This div border color is #acca8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acca8d


Comments

No comments written yet.

Please login to write comment.