Color Hex Logo

#acd548 Color Hex

#ACD548
(172,213,72)
0 Favorites   0 Comments

Color spaces of #acd548

RGB 17221372
HSL0.220.630.56
HSV77°66°84°
CMYK 0.190.000.66   0.16
XYZ41.977256.827014.8872
Yxy56.82700.36920.4998
Hunter Lab75.3837-32.524241.0597
CIE-Lab80.0822-33.378362.6249

#acd548 color RGB value is (172,213,72).

#acd548 hex color red value is 172, green value is 213 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #acd548 hue: 0.22 , saturation: 0.63 and the lightness value of acd548 is 0.56.

The process color (four color CMYK) of #acd548 color hex is 0.19, 0.00, 0.66, 0.16. Web safe color of #acd548 is #99cc33. Color #acd548 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010101 01001000
Octal 254 325 110
Decimal 172 213 72
Hex AC D5 48

RGB Percentages of Color #acd548

%37.64
%46.61
%15.75

CMYK Percentages of Color #acd548

%19
%0
%66
%16

Triadic Colors of #acd548

#acd548 #48acd5 #d548ac

Analogous Colors of #acd548

#acd548 #66d548 #d5b848

Monochromatic Colors of #acd548

#acd548

Complementary Color

#acd548 #7148d5

#acd548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd548 Color CSS Codes

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

#acd548 Text Font Color

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

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


#acd548 Background Color

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

This div background color is #acd548


#acd548 Border Color

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

This div border color is #acd548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd548


Comments

No comments written yet.

Please login to write comment.