Color Hex Logo

#acc24d Color Hex

#ACC24D
(172,194,77)
0 Favorites   0 Comments

Color spaces of #acc24d

RGB 17219477
HSL0.200.490.53
HSV71°60°76°
CMYK 0.110.000.60   0.24
XYZ37.644647.890114.2808
Yxy47.89010.37710.4798
Hunter Lab69.2027-24.004936.2067
CIE-Lab74.7556-23.997354.8594

#acc24d color RGB value is (172,194,77).

#acc24d hex color red value is 172, green value is 194 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #acc24d hue: 0.20 , saturation: 0.49 and the lightness value of acc24d is 0.53.

The process color (four color CMYK) of #acc24d color hex is 0.11, 0.00, 0.60, 0.24. Web safe color of #acc24d is #99cc66. Color #acc24d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000010 01001101
Octal 254 302 115
Decimal 172 194 77
Hex AC C2 4D

RGB Percentages of Color #acc24d

%38.83
%43.79
%17.38

CMYK Percentages of Color #acc24d

%11
%0
%60
%24

Triadic Colors of #acc24d

#acc24d #4dacc2 #c24dac

Analogous Colors of #acc24d

#acc24d #72c24d #c29e4d

Monochromatic Colors of #acc24d

#acc24d

Complementary Color

#acc24d #634dc2

#acc24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc24d Color CSS Codes

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

#acc24d Text Font Color

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

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


#acc24d Background Color

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

This div background color is #acc24d


#acc24d Border Color

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

This div border color is #acc24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc24d


Comments

No comments written yet.

Please login to write comment.