Color Hex Logo

#acdf96 Color Hex

#ACDF96
(172,223,150)
0 Favorites   0 Comments

Color spaces of #acdf96

RGB 172223150
HSL0.280.530.73
HSV102°33°87°
CMYK 0.230.000.33   0.13
XYZ48.906063.748038.5811
Yxy63.74800.32340.4215
Hunter Lab79.8423-30.387127.2398
CIE-Lab83.8344-29.658930.6027

#acdf96 color RGB value is (172,223,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 10010110
Octal 254 337 226
Decimal 172 223 150
Hex AC DF 96

RGB Percentages of Color #acdf96

%31.56
%40.92
%27.52

CMYK Percentages of Color #acdf96

%23
%0
%33
%13

Triadic Colors of #acdf96

#acdf96 #96acdf #df96ac

Analogous Colors of #acdf96

#acdf96 #96dfa5 #d1df96

Monochromatic Colors of #acdf96

#acdf96

Complementary Color

#acdf96 #c996df

#acdf96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdf96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdf96 Color CSS Codes

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

#acdf96 Text Font Color

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

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


#acdf96 Background Color

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

This div background color is #acdf96


#acdf96 Border Color

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

This div border color is #acdf96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdf96


Comments

No comments written yet.

Please login to write comment.