Color Hex Logo

#acdeaa Color Hex

#ACDEAA
(172,222,170)
0 Favorites   0 Comments

Color spaces of #acdeaa

RGB 172222170
HSL0.330.440.77
HSV118°23°87°
CMYK 0.230.000.23   0.13
XYZ50.390263.915547.7113
Yxy63.91550.31100.3945
Hunter Lab79.9472-27.400120.5796
CIE-Lab83.9218-26.022720.3698

#acdeaa color RGB value is (172,222,170).

#acdeaa hex color red value is 172, green value is 222 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #acdeaa hue: 0.33 , saturation: 0.44 and the lightness value of acdeaa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 10101010
Octal 254 336 252
Decimal 172 222 170
Hex AC DE AA

RGB Percentages of Color #acdeaa

%30.50
%39.36
%30.14

CMYK Percentages of Color #acdeaa

%23
%0
%23
%13

Triadic Colors of #acdeaa

#acdeaa #aaacde #deaaac

Analogous Colors of #acdeaa

#acdeaa #aadec2 #c6deaa

Monochromatic Colors of #acdeaa

#acdeaa

Complementary Color

#acdeaa #dcaade

#acdeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdeaa Color CSS Codes

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

#acdeaa Text Font Color

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

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


#acdeaa Background Color

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

This div background color is #acdeaa


#acdeaa Border Color

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

This div border color is #acdeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdeaa


Comments

No comments written yet.

Please login to write comment.