Color Hex Logo

#aad6bf Color Hex

#AAD6BF
(170,214,191)
0 Favorites   0 Comments

Color spaces of #aad6bf

RGB 170214191
HSL0.410.350.75
HSV149°21°84°
CMYK 0.210.000.11   0.16
XYZ50.028160.400858.3120
Yxy60.40080.29650.3579
Hunter Lab77.7180-21.10359.9171
CIE-Lab82.0556-18.95046.6451

#aad6bf color RGB value is (170,214,191).

#aad6bf hex color red value is 170, green value is 214 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aad6bf hue: 0.41 , saturation: 0.35 and the lightness value of aad6bf is 0.75.

The process color (four color CMYK) of #aad6bf color hex is 0.21, 0.00, 0.11, 0.16. Web safe color of #aad6bf is #99cccc. Color #aad6bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 10111111
Octal 252 326 277
Decimal 170 214 191
Hex AA D6 BF

RGB Percentages of Color #aad6bf

%29.57
%37.22
%33.22

CMYK Percentages of Color #aad6bf

%21
%0
%11
%16

Triadic Colors of #aad6bf

#aad6bf #bfaad6 #d6bfaa

Analogous Colors of #aad6bf

#aad6bf #aad6d5 #abd6aa

Monochromatic Colors of #aad6bf

#aad6bf

Complementary Color

#aad6bf #d6aac1

#aad6bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad6bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad6bf Color CSS Codes

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

#aad6bf Text Font Color

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

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


#aad6bf Background Color

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

This div background color is #aad6bf


#aad6bf Border Color

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

This div border color is #aad6bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad6bf


Comments

No comments written yet.

Please login to write comment.