Color Hex Logo

#aadac2 Color Hex

#AADAC2
(170,218,194)
0 Favorites   0 Comments

Color spaces of #aadac2

RGB 170218194
HSL0.420.390.76
HSV150°22°85°
CMYK 0.220.000.11   0.15
XYZ51.386662.583960.4105
Yxy62.58390.29470.3589
Hunter Lab79.1100-22.496210.1016
CIE-Lab83.2230-20.36076.7325

#aadac2 color RGB value is (170,218,194).

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

The process color (four color CMYK) of #aadac2 color hex is 0.22, 0.00, 0.11, 0.15. Web safe color of #aadac2 is #99cccc. Color #aadac2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11000010
Octal 252 332 302
Decimal 170 218 194
Hex AA DA C2

RGB Percentages of Color #aadac2

%29.21
%37.46
%33.33

CMYK Percentages of Color #aadac2

%22
%0
%11
%15

Triadic Colors of #aadac2

#aadac2 #c2aada #dac2aa

Analogous Colors of #aadac2

#aadac2 #aadada #aadaaa

Monochromatic Colors of #aadac2

#aadac2

Complementary Color

#aadac2 #daaac2

#aadac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadac2 Color CSS Codes

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

#aadac2 Text Font Color

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

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


#aadac2 Background Color

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

This div background color is #aadac2


#aadac2 Border Color

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

This div border color is #aadac2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadac2

#aadac2 Color Palettes


Comments

No comments written yet.

Please login to write comment.