Color Hex Logo

#acbd78 Color Hex

#ACBD78
(172,189,120)
0 Favorites   0 Comments

Color spaces of #acbd78

RGB 172189120
HSL0.210.340.61
HSV75°37°74°
CMYK 0.090.000.37   0.26
XYZ38.601046.521924.7144
Yxy46.52190.35140.4236
Hunter Lab68.2070-18.342026.2615
CIE-Lab73.8829-17.152232.9705

#acbd78 color RGB value is (172,189,120).

#acbd78 hex color red value is 172, green value is 189 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #acbd78 hue: 0.21 , saturation: 0.34 and the lightness value of acbd78 is 0.61.

The process color (four color CMYK) of #acbd78 color hex is 0.09, 0.00, 0.37, 0.26. Web safe color of #acbd78 is #99cc66. Color #acbd78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 01111000
Octal 254 275 170
Decimal 172 189 120
Hex AC BD 78

RGB Percentages of Color #acbd78

%35.76
%39.29
%24.95

CMYK Percentages of Color #acbd78

%9
%0
%37
%26

Triadic Colors of #acbd78

#acbd78 #78acbd #bd78ac

Analogous Colors of #acbd78

#acbd78 #8abd78 #bdac78

Monochromatic Colors of #acbd78

#acbd78

Complementary Color

#acbd78 #8978bd

#acbd78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbd78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbd78 Color CSS Codes

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

#acbd78 Text Font Color

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

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


#acbd78 Background Color

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

This div background color is #acbd78


#acbd78 Border Color

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

This div border color is #acbd78


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,189,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 #acbd78">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbd78

#acbd78 Color Palettes


Comments

No comments written yet.

Please login to write comment.