Color Hex Logo

#addaac Color Hex

#ADDAAC
(173,218,172)
0 Favorites   0 Comments

Color spaces of #addaac

RGB 173218172
HSL0.330.380.76
HSV119°21°85°
CMYK 0.210.000.21   0.15
XYZ49.751462.005648.3758
Yxy62.00560.31070.3872
Hunter Lab78.7436-25.022418.6960
CIE-Lab82.9164-23.406517.9344

#addaac color RGB value is (173,218,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 10101100
Octal 255 332 254
Decimal 173 218 172
Hex AD DA AC

RGB Percentages of Color #addaac

%30.73
%38.72
%30.55

CMYK Percentages of Color #addaac

%21
%0
%21
%15

Triadic Colors of #addaac

#addaac #acadda #daacad

Analogous Colors of #addaac

#addaac #acdac2 #c4daac

Monochromatic Colors of #addaac

#addaac

Complementary Color

#addaac #d9acda

#addaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#addaac Color CSS Codes

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

#addaac Text Font Color

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

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


#addaac Background Color

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

This div background color is #addaac


#addaac Border Color

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

This div border color is #addaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addaac


Comments

No comments written yet.

Please login to write comment.