Color Hex Logo

#acd648 Color Hex

#ACD648
(172,214,72)
0 Favorites   0 Comments

Color spaces of #acd648

RGB 17221472
HSL0.220.630.56
HSV78°66°84°
CMYK 0.200.000.66   0.16
XYZ42.229557.331714.9713
Yxy57.33170.36870.5006
Hunter Lab75.7177-32.952441.2793
CIE-Lab80.3658-33.839462.9202

#acd648 color RGB value is (172,214,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010110 01001000
Octal 254 326 110
Decimal 172 214 72
Hex AC D6 48

RGB Percentages of Color #acd648

%37.55
%46.72
%15.72

CMYK Percentages of Color #acd648

%20
%0
%66
%16

Triadic Colors of #acd648

#acd648 #48acd6 #d648ac

Analogous Colors of #acd648

#acd648 #65d648 #d6b948

Monochromatic Colors of #acd648

#acd648

Complementary Color

#acd648 #7248d6

#acd648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd648 Color CSS Codes

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

#acd648 Text Font Color

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

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


#acd648 Background Color

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

This div background color is #acd648


#acd648 Border Color

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

This div border color is #acd648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd648


Comments

No comments written yet.

Please login to write comment.