Color Hex Logo

#aadac7 Color Hex

#AADAC7
(170,218,199)
0 Favorites   0 Comments

Color spaces of #aadac7

RGB 170218199
HSL0.430.390.76
HSV156°22°85°
CMYK 0.220.000.09   0.15
XYZ51.957862.812463.4184
Yxy62.81240.29160.3525
Hunter Lab79.2543-21.67338.0348
CIE-Lab83.3436-19.37694.2569

#aadac7 color RGB value is (170,218,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11000111
Octal 252 332 307
Decimal 170 218 199
Hex AA DA C7

RGB Percentages of Color #aadac7

%28.96
%37.14
%33.90

CMYK Percentages of Color #aadac7

%22
%0
%9
%15

Triadic Colors of #aadac7

#aadac7 #c7aada #dac7aa

Analogous Colors of #aadac7

#aadac7 #aad5da #aadaaf

Monochromatic Colors of #aadac7

#aadac7

Complementary Color

#aadac7 #daaabd

#aadac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadac7 Color CSS Codes

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

#aadac7 Text Font Color

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

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


#aadac7 Background Color

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

This div background color is #aadac7


#aadac7 Border Color

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

This div border color is #aadac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadac7


Comments

No comments written yet.

Please login to write comment.