Color Hex Logo

#acca8b Color Hex

#ACCA8B
(172,202,139)
0 Favorites   0 Comments

Color spaces of #acca8b

RGB 172202139
HSL0.250.370.67
HSV89°31°79°
CMYK 0.150.000.31   0.21
XYZ42.794052.875832.3767
Yxy52.87580.33420.4129
Hunter Lab72.7157-22.203424.5021
CIE-Lab77.8016-21.094428.2352

#acca8b color RGB value is (172,202,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 10001011
Octal 254 312 213
Decimal 172 202 139
Hex AC CA 8B

RGB Percentages of Color #acca8b

%33.53
%39.38
%27.10

CMYK Percentages of Color #acca8b

%15
%0
%31
%21

Triadic Colors of #acca8b

#acca8b #8bacca #ca8bac

Analogous Colors of #acca8b

#acca8b #8dca8b #cac98b

Monochromatic Colors of #acca8b

#acca8b

Complementary Color

#acca8b #a98bca

#acca8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acca8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acca8b Color CSS Codes

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

#acca8b Text Font Color

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

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


#acca8b Background Color

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

This div background color is #acca8b


#acca8b Border Color

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

This div border color is #acca8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acca8b


Comments

No comments written yet.

Please login to write comment.