Color Hex Logo

#acca78 Color Hex

#ACCA78
(172,202,120)
0 Favorites   0 Comments

Color spaces of #acca78

RGB 172202120
HSL0.230.440.63
HSV82°41°79°
CMYK 0.150.000.41   0.21
XYZ41.524052.367825.6887
Yxy52.36780.34720.4379
Hunter Lab72.3656-24.215029.6089
CIE-Lab77.5002-23.624537.6247

#acca78 color RGB value is (172,202,120).

#acca78 hex color red value is 172, green value is 202 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #acca78 hue: 0.23 , saturation: 0.44 and the lightness value of acca78 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 01111000
Octal 254 312 170
Decimal 172 202 120
Hex AC CA 78

RGB Percentages of Color #acca78

%34.82
%40.89
%24.29

CMYK Percentages of Color #acca78

%15
%0
%41
%21

Triadic Colors of #acca78

#acca78 #78acca #ca78ac

Analogous Colors of #acca78

#acca78 #83ca78 #cabf78

Monochromatic Colors of #acca78

#acca78

Complementary Color

#acca78 #9678ca

#acca78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acca78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acca78 Color CSS Codes

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

#acca78 Text Font Color

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

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


#acca78 Background Color

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

This div background color is #acca78


#acca78 Border Color

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

This div border color is #acca78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acca78


Comments

No comments written yet.

Please login to write comment.