Color Hex Logo

#acdf97 Color Hex

#ACDF97
(172,223,151)
0 Favorites   0 Comments

Color spaces of #acdf97

RGB 172223151
HSL0.280.530.73
HSV103°32°87°
CMYK 0.230.000.32   0.13
XYZ48.986863.780439.0071
Yxy63.78040.32280.4202
Hunter Lab79.8626-30.269826.9450
CIE-Lab83.8513-29.511230.1129

#acdf97 color RGB value is (172,223,151).

#acdf97 hex color red value is 172, green value is 223 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #acdf97 hue: 0.28 , saturation: 0.53 and the lightness value of acdf97 is 0.73.

The process color (four color CMYK) of #acdf97 color hex is 0.23, 0.00, 0.32, 0.13. Web safe color of #acdf97 is #99cc99. Color #acdf97 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 10010111
Octal 254 337 227
Decimal 172 223 151
Hex AC DF 97

RGB Percentages of Color #acdf97

%31.50
%40.84
%27.66

CMYK Percentages of Color #acdf97

%23
%0
%32
%13

Triadic Colors of #acdf97

#acdf97 #97acdf #df97ac

Analogous Colors of #acdf97

#acdf97 #97dfa6 #d0df97

Monochromatic Colors of #acdf97

#acdf97

Complementary Color

#acdf97 #ca97df

#acdf97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdf97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdf97 Color CSS Codes

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

#acdf97 Text Font Color

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

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


#acdf97 Background Color

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

This div background color is #acdf97


#acdf97 Border Color

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

This div border color is #acdf97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdf97

#acdf97 Color Palettes


Comments

No comments written yet.

Please login to write comment.