Color Hex Logo

#acdcaa Color Hex

#ACDCAA
(172,220,170)
0 Favorites   0 Comments

Color spaces of #acdcaa

RGB 172220170
HSL0.330.420.76
HSV118°23°86°
CMYK 0.220.000.23   0.14
XYZ49.862262.859347.5353
Yxy62.85930.31110.3922
Hunter Lab79.2839-26.486819.9509
CIE-Lab83.3683-25.055519.6026

#acdcaa color RGB value is (172,220,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 10101010
Octal 254 334 252
Decimal 172 220 170
Hex AC DC AA

RGB Percentages of Color #acdcaa

%30.60
%39.15
%30.25

CMYK Percentages of Color #acdcaa

%22
%0
%23
%14

Triadic Colors of #acdcaa

#acdcaa #aaacdc #dcaaac

Analogous Colors of #acdcaa

#acdcaa #aadcc1 #c5dcaa

Monochromatic Colors of #acdcaa

#acdcaa

Complementary Color

#acdcaa #daaadc

#acdcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdcaa Color CSS Codes

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

#acdcaa Text Font Color

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

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


#acdcaa Background Color

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

This div background color is #acdcaa


#acdcaa Border Color

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

This div border color is #acdcaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,220,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 #acdcaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdcaa


Comments

No comments written yet.

Please login to write comment.