Color Hex Logo

#addcaa Color Hex

#ADDCAA
(173,220,170)
0 Favorites   0 Comments

Color spaces of #addcaa

RGB 173220170
HSL0.320.420.76
HSV116°23°86°
CMYK 0.210.000.23   0.14
XYZ50.082562.972947.5456
Yxy62.97290.31180.3921
Hunter Lab79.3555-26.217920.0254
CIE-Lab83.4281-24.720319.6948

#addcaa color RGB value is (173,220,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 10101010
Octal 255 334 252
Decimal 173 220 170
Hex AD DC AA

RGB Percentages of Color #addcaa

%30.73
%39.08
%30.20

CMYK Percentages of Color #addcaa

%21
%0
%23
%14

Triadic Colors of #addcaa

#addcaa #aaaddc #dcaaad

Analogous Colors of #addcaa

#addcaa #aadcc0 #c6dcaa

Monochromatic Colors of #addcaa

#addcaa

Complementary Color

#addcaa #d9aadc

#addcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#addcaa Color CSS Codes

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

#addcaa Text Font Color

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

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


#addcaa Background Color

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

This div background color is #addcaa


#addcaa Border Color

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

This div border color is #addcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addcaa


Comments

No comments written yet.

Please login to write comment.