Color Hex Logo

#acde91 Color Hex

#ACDE91
(172,222,145)
0 Favorites   0 Comments

Color spaces of #acde91

RGB 172222145
HSL0.270.540.72
HSV99°35°87°
CMYK 0.230.000.35   0.13
XYZ48.245463.057536.4166
Yxy63.05750.32660.4269
Hunter Lab79.4088-30.516328.3959
CIE-Lab83.4726-29.911732.6767

#acde91 color RGB value is (172,222,145).

#acde91 hex color red value is 172, green value is 222 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #acde91 hue: 0.27 , saturation: 0.54 and the lightness value of acde91 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 10010001
Octal 254 336 221
Decimal 172 222 145
Hex AC DE 91

RGB Percentages of Color #acde91

%31.91
%41.19
%26.90

CMYK Percentages of Color #acde91

%23
%0
%35
%13

Triadic Colors of #acde91

#acde91 #91acde #de91ac

Analogous Colors of #acde91

#acde91 #91de9d #d3de91

Monochromatic Colors of #acde91

#acde91

Complementary Color

#acde91 #c391de

#acde91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acde91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acde91 Color CSS Codes

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

#acde91 Text Font Color

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

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


#acde91 Background Color

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

This div background color is #acde91


#acde91 Border Color

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

This div border color is #acde91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acde91


Comments

No comments written yet.

Please login to write comment.