Color Hex Logo

#aad4bf Color Hex

#AAD4BF
(170,212,191)
0 Favorites   0 Comments

Color spaces of #aad4bf

RGB 170212191
HSL0.420.330.75
HSV150°20°83°
CMYK 0.200.000.10   0.17
XYZ49.525059.394658.1443
Yxy59.39460.29640.3555
Hunter Lab77.0679-20.16209.2159
CIE-Lab81.5080-17.94815.8569

#aad4bf color RGB value is (170,212,191).

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

The process color (four color CMYK) of #aad4bf color hex is 0.20, 0.00, 0.10, 0.17. Web safe color of #aad4bf is #99cccc. Color #aad4bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 10111111
Octal 252 324 277
Decimal 170 212 191
Hex AA D4 BF

RGB Percentages of Color #aad4bf

%29.67
%37.00
%33.33

CMYK Percentages of Color #aad4bf

%20
%0
%10
%17

Triadic Colors of #aad4bf

#aad4bf #bfaad4 #d4bfaa

Analogous Colors of #aad4bf

#aad4bf #aad4d4 #aad4aa

Monochromatic Colors of #aad4bf

#aad4bf

Complementary Color

#aad4bf #d4aabf

#aad4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad4bf Color CSS Codes

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

#aad4bf Text Font Color

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

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


#aad4bf Background Color

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

This div background color is #aad4bf


#aad4bf Border Color

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

This div border color is #aad4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad4bf


Comments

No comments written yet.

Please login to write comment.