Color Hex Logo

#aadbaf Color Hex

#AADBAF
(170,219,175)
0 Favorites   0 Comments

Color spaces of #aadbaf

RGB 170219175
HSL0.350.400.76
HSV126°22°86°
CMYK 0.220.000.20   0.14
XYZ49.646962.304249.9667
Yxy62.30420.30660.3848
Hunter Lab78.9330-25.860717.7210
CIE-Lab83.0749-24.372216.5529

#aadbaf color RGB value is (170,219,175).

#aadbaf hex color red value is 170, green value is 219 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aadbaf hue: 0.35 , saturation: 0.40 and the lightness value of aadbaf is 0.76.

The process color (four color CMYK) of #aadbaf color hex is 0.22, 0.00, 0.20, 0.14. Web safe color of #aadbaf is #99cc99. Color #aadbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 10101111
Octal 252 333 257
Decimal 170 219 175
Hex AA DB AF

RGB Percentages of Color #aadbaf

%30.14
%38.83
%31.03

CMYK Percentages of Color #aadbaf

%22
%0
%20
%14

Triadic Colors of #aadbaf

#aadbaf #afaadb #dbafaa

Analogous Colors of #aadbaf

#aadbaf #aadbc8 #bedbaa

Monochromatic Colors of #aadbaf

#aadbaf

Complementary Color

#aadbaf #dbaad6

#aadbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbaf Color CSS Codes

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

#aadbaf Text Font Color

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

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


#aadbaf Background Color

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

This div background color is #aadbaf


#aadbaf Border Color

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

This div border color is #aadbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbaf


Comments

No comments written yet.

Please login to write comment.