Color Hex Logo

#acd070 Color Hex

#ACD070
(172,208,112)
0 Favorites   0 Comments

Color spaces of #acd070

RGB 172208112
HSL0.230.510.63
HSV83°46°82°
CMYK 0.170.000.46   0.18
XYZ42.493855.052323.7157
Yxy55.05230.35040.4540
Hunter Lab74.1972-27.615732.9872
CIE-Lab79.0714-27.465743.5821

#acd070 color RGB value is (172,208,112).

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

The process color (four color CMYK) of #acd070 color hex is 0.17, 0.00, 0.46, 0.18. Web safe color of #acd070 is #99cc66. Color #acd070 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010000 01110000
Octal 254 320 160
Decimal 172 208 112
Hex AC D0 70

RGB Percentages of Color #acd070

%34.96
%42.28
%22.76

CMYK Percentages of Color #acd070

%17
%0
%46
%18

Triadic Colors of #acd070

#acd070 #70acd0 #d070ac

Analogous Colors of #acd070

#acd070 #7cd070 #d0c470

Monochromatic Colors of #acd070

#acd070

Complementary Color

#acd070 #9470d0

#acd070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd070 Color CSS Codes

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

#acd070 Text Font Color

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

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


#acd070 Background Color

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

This div background color is #acd070


#acd070 Border Color

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

This div border color is #acd070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd070


Comments

No comments written yet.

Please login to write comment.