Color Hex Logo

#acd470 Color Hex

#ACD470
(172,212,112)
0 Favorites   0 Comments

Color spaces of #acd470

RGB 172212112
HSL0.230.540.64
HSV84°47°83°
CMYK 0.190.000.47   0.17
XYZ43.481457.027524.0449
Yxy57.02750.34910.4579
Hunter Lab75.5166-29.376133.9833
CIE-Lab80.1951-29.369944.9652

#acd470 color RGB value is (172,212,112).

#acd470 hex color red value is 172, green value is 212 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #acd470 hue: 0.23 , saturation: 0.54 and the lightness value of acd470 is 0.64.

The process color (four color CMYK) of #acd470 color hex is 0.19, 0.00, 0.47, 0.17. Web safe color of #acd470 is #99cc66. Color #acd470 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010100 01110000
Octal 254 324 160
Decimal 172 212 112
Hex AC D4 70

RGB Percentages of Color #acd470

%34.68
%42.74
%22.58

CMYK Percentages of Color #acd470

%19
%0
%47
%17

Triadic Colors of #acd470

#acd470 #70acd4 #d470ac

Analogous Colors of #acd470

#acd470 #7ad470 #d4ca70

Monochromatic Colors of #acd470

#acd470

Complementary Color

#acd470 #9870d4

#acd470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd470 Color CSS Codes

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

#acd470 Text Font Color

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

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


#acd470 Background Color

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

This div background color is #acd470


#acd470 Border Color

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

This div border color is #acd470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd470


Comments

No comments written yet.

Please login to write comment.