Color Hex Logo

#aadfaf Color Hex

#AADFAF
(170,223,175)
0 Favorites   0 Comments

Color spaces of #aadfaf

RGB 170223175
HSL0.350.450.77
HSV126°24°87°
CMYK 0.240.000.22   0.13
XYZ50.703164.416550.3187
Yxy64.41650.30650.3894
Hunter Lab80.2599-27.689819.0102
CIE-Lab84.1822-26.309218.1005

#aadfaf color RGB value is (170,223,175).

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

The process color (four color CMYK) of #aadfaf color hex is 0.24, 0.00, 0.22, 0.13. Web safe color of #aadfaf is #99cc99. Color #aadfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 10101111
Octal 252 337 257
Decimal 170 223 175
Hex AA DF AF

RGB Percentages of Color #aadfaf

%29.93
%39.26
%30.81

CMYK Percentages of Color #aadfaf

%24
%0
%22
%13

Triadic Colors of #aadfaf

#aadfaf #afaadf #dfafaa

Analogous Colors of #aadfaf

#aadfaf #aadfca #c0dfaa

Monochromatic Colors of #aadfaf

#aadfaf

Complementary Color

#aadfaf #dfaada

#aadfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadfaf Color CSS Codes

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

#aadfaf Text Font Color

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

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


#aadfaf Background Color

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

This div background color is #aadfaf


#aadfaf Border Color

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

This div border color is #aadfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadfaf


Comments

No comments written yet.

Please login to write comment.