Color Hex Logo

#acdf7d Color Hex

#ACDF7D
(172,223,125)
0 Favorites   0 Comments

Color spaces of #acdf7d

RGB 172223125
HSL0.250.600.68
HSV91°44°87°
CMYK 0.230.000.44   0.13
XYZ47.102663.026729.0848
Yxy63.02670.33830.4527
Hunter Lab79.3894-33.025333.8513
CIE-Lab83.4564-33.016342.6718

#acdf7d color RGB value is (172,223,125).

#acdf7d hex color red value is 172, green value is 223 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #acdf7d hue: 0.25 , saturation: 0.60 and the lightness value of acdf7d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 01111101
Octal 254 337 175
Decimal 172 223 125
Hex AC DF 7D

RGB Percentages of Color #acdf7d

%33.08
%42.88
%24.04

CMYK Percentages of Color #acdf7d

%23
%0
%44
%13

Triadic Colors of #acdf7d

#acdf7d #7dacdf #df7dac

Analogous Colors of #acdf7d

#acdf7d #7ddf7f #dddf7d

Monochromatic Colors of #acdf7d

#acdf7d

Complementary Color

#acdf7d #b07ddf

#acdf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdf7d Color CSS Codes

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

#acdf7d Text Font Color

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

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


#acdf7d Background Color

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

This div background color is #acdf7d


#acdf7d Border Color

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

This div border color is #acdf7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdf7d

#acdf7d Color Palettes


Comments

No comments written yet.

Please login to write comment.