Color Hex Logo

#acbd4c Color Hex

#ACBD4C
(172,189,76)
0 Favorites   0 Comments

Color spaces of #acbd4c

RGB 17218976
HSL0.190.460.52
HSV69°60°74°
CMYK 0.090.000.60   0.26
XYZ36.515445.687713.7315
Yxy45.68770.38060.4762
Hunter Lab67.5927-21.856635.2701
CIE-Lab73.3424-21.615053.7429

#acbd4c color RGB value is (172,189,76).

#acbd4c hex color red value is 172, green value is 189 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #acbd4c hue: 0.19 , saturation: 0.46 and the lightness value of acbd4c is 0.52.

The process color (four color CMYK) of #acbd4c color hex is 0.09, 0.00, 0.60, 0.26. Web safe color of #acbd4c is #99cc33. Color #acbd4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 01001100
Octal 254 275 114
Decimal 172 189 76
Hex AC BD 4C

RGB Percentages of Color #acbd4c

%39.36
%43.25
%17.39

CMYK Percentages of Color #acbd4c

%9
%0
%60
%26

Triadic Colors of #acbd4c

#acbd4c #4cacbd #bd4cac

Analogous Colors of #acbd4c

#acbd4c #74bd4c #bd964c

Monochromatic Colors of #acbd4c

#acbd4c

Complementary Color

#acbd4c #5d4cbd

#acbd4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbd4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbd4c Color CSS Codes

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

#acbd4c Text Font Color

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

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


#acbd4c Background Color

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

This div background color is #acbd4c


#acbd4c Border Color

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

This div border color is #acbd4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbd4c


Comments

No comments written yet.

Please login to write comment.