Color Hex Logo

#acddaa Color Hex

#ACDDAA
(172,221,170)
0 Favorites   0 Comments

Color spaces of #acddaa

RGB 172221170
HSL0.330.430.77
HSV118°23°87°
CMYK 0.220.000.23   0.13
XYZ50.125463.385847.6230
Yxy63.38580.31110.3934
Hunter Lab79.6152-26.943720.2655
CIE-Lab83.6450-25.539719.9863

#acddaa color RGB value is (172,221,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 10101010
Octal 254 335 252
Decimal 172 221 170
Hex AC DD AA

RGB Percentages of Color #acddaa

%30.55
%39.25
%30.20

CMYK Percentages of Color #acddaa

%22
%0
%23
%13

Triadic Colors of #acddaa

#acddaa #aaacdd #ddaaac

Analogous Colors of #acddaa

#acddaa #aaddc2 #c6ddaa

Monochromatic Colors of #acddaa

#acddaa

Complementary Color

#acddaa #dbaadd

#acddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acddaa Color CSS Codes

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

#acddaa Text Font Color

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

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


#acddaa Background Color

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

This div background color is #acddaa


#acddaa Border Color

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

This div border color is #acddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acddaa


Comments

No comments written yet.

Please login to write comment.