Color Hex Logo

#aaafdf Color Hex

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

Color spaces of #aaafdf

RGB 170175223
HSL0.650.450.77
HSV234°24°87°
CMYK 0.240.220.00   0.13
XYZ45.226844.533776.0242
Yxy44.53370.27280.2686
Hunter Lab66.73364.1896-20.8308
CIE-Lab72.58388.5248-24.6994

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

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

The process color (four color CMYK) of #aaafdf color hex is 0.24, 0.22, 0.00, 0.13. Web safe color of #aaafdf is #9999cc. Color #aaafdf contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #aaafdf

%29.93
%30.81
%39.26

CMYK Percentages of Color #aaafdf

%24
%22
%0
%13

Triadic Colors of #aaafdf

#aaafdf #dfaaaf #afdfaa

Analogous Colors of #aaafdf

#aaafdf #c0aadf #aacadf

Monochromatic Colors of #aaafdf

#aaafdf

Complementary Color

#aaafdf #dfdaaa

#aaafdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaafdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaafdf Color CSS Codes

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

#aaafdf Text Font Color

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

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


#aaafdf Background Color

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

This div background color is #aaafdf


#aaafdf Border Color

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

This div border color is #aaafdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaafdf


Comments

No comments written yet.

Please login to write comment.