Color Hex Logo

#aad2bf Color Hex

#AAD2BF
(170,210,191)
0 Favorites   0 Comments

Color spaces of #aad2bf

RGB 170210191
HSL0.420.310.75
HSV152°19°82°
CMYK 0.190.000.09   0.18
XYZ49.028158.400857.9786
Yxy58.40080.29640.3531
Hunter Lab76.4204-19.21778.5122
CIE-Lab80.9611-16.94095.0683

#aad2bf color RGB value is (170,210,191).

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

The process color (four color CMYK) of #aad2bf color hex is 0.19, 0.00, 0.09, 0.18. Web safe color of #aad2bf is #99cccc. Color #aad2bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010010 10111111
Octal 252 322 277
Decimal 170 210 191
Hex AA D2 BF

RGB Percentages of Color #aad2bf

%29.77
%36.78
%33.45

CMYK Percentages of Color #aad2bf

%19
%0
%9
%18

Triadic Colors of #aad2bf

#aad2bf #bfaad2 #d2bfaa

Analogous Colors of #aad2bf

#aad2bf #aad1d2 #aad2ab

Monochromatic Colors of #aad2bf

#aad2bf

Complementary Color

#aad2bf #d2aabd

#aad2bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad2bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad2bf Color CSS Codes

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

#aad2bf Text Font Color

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

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


#aad2bf Background Color

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

This div background color is #aad2bf


#aad2bf Border Color

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

This div border color is #aad2bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad2bf


Comments

No comments written yet.

Please login to write comment.