Color Hex Logo

#aadcac Color Hex

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

Color spaces of #aadcac

RGB 170220172
HSL0.340.420.76
HSV122°23°86°
CMYK 0.230.000.22   0.14
XYZ49.617262.711048.5191
Yxy62.71100.30850.3899
Hunter Lab79.1903-26.742619.1068
CIE-Lab83.2901-25.379918.4282

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

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

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

Base Numbers

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

RGB Percentages of Color #aadcac

%30.25
%39.15
%30.60

CMYK Percentages of Color #aadcac

%23
%0
%22
%14

Triadic Colors of #aadcac

#aadcac #acaadc #dcacaa

Analogous Colors of #aadcac

#aadcac #aadcc5 #c1dcaa

Monochromatic Colors of #aadcac

#aadcac

Complementary Color

#aadcac #dcaada

#aadcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadcac Color CSS Codes

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

#aadcac Text Font Color

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

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


#aadcac Background Color

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

This div background color is #aadcac


#aadcac Border Color

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

This div border color is #aadcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadcac


Comments

No comments written yet.

Please login to write comment.