Color Hex Logo

#acca91 Color Hex

#ACCA91
(172,202,145)
0 Favorites   0 Comments

Color spaces of #acca91

RGB 172202145
HSL0.250.350.68
HSV92°28°79°
CMYK 0.150.000.28   0.21
XYZ43.244653.056034.7497
Yxy53.05600.33000.4049
Hunter Lab72.8395-21.494422.7021
CIE-Lab77.9081-20.212825.2340

#acca91 color RGB value is (172,202,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 10010001
Octal 254 312 221
Decimal 172 202 145
Hex AC CA 91

RGB Percentages of Color #acca91

%33.14
%38.92
%27.94

CMYK Percentages of Color #acca91

%15
%0
%28
%21

Triadic Colors of #acca91

#acca91 #91acca #ca91ac

Analogous Colors of #acca91

#acca91 #91ca93 #c9ca91

Monochromatic Colors of #acca91

#acca91

Complementary Color

#acca91 #af91ca

#acca91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acca91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acca91 Color CSS Codes

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

#acca91 Text Font Color

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

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


#acca91 Background Color

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

This div background color is #acca91


#acca91 Border Color

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

This div border color is #acca91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acca91


Comments

No comments written yet.

Please login to write comment.