Color Hex Logo

#acdf70 Color Hex

#ACDF70
(172,223,112)
0 Favorites   0 Comments

Color spaces of #acdf70

RGB 172223112
HSL0.240.630.66
HSV88°50°87°
CMYK 0.230.000.50   0.13
XYZ46.325662.715924.9930
Yxy62.71590.34560.4679
Hunter Lab79.1934-34.171636.7238
CIE-Lab83.2927-34.498248.7375

#acdf70 color RGB value is (172,223,112).

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

The process color (four color CMYK) of #acdf70 color hex is 0.23, 0.00, 0.50, 0.13. Web safe color of #acdf70 is #99cc66. Color #acdf70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 01110000
Octal 254 337 160
Decimal 172 223 112
Hex AC DF 70

RGB Percentages of Color #acdf70

%33.93
%43.98
%22.09

CMYK Percentages of Color #acdf70

%23
%0
%50
%13

Triadic Colors of #acdf70

#acdf70 #70acdf #df70ac

Analogous Colors of #acdf70

#acdf70 #75df70 #dfdb70

Monochromatic Colors of #acdf70

#acdf70

Complementary Color

#acdf70 #a370df

#acdf70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdf70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdf70 Color CSS Codes

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

#acdf70 Text Font Color

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

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


#acdf70 Background Color

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

This div background color is #acdf70


#acdf70 Border Color

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

This div border color is #acdf70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdf70


Comments

No comments written yet.

Please login to write comment.