Color Hex Logo

#aaafc7 Color Hex

#AAAFC7
(170,175,199)
0 Favorites   0 Comments

Color spaces of #aaafc7

RGB 170175199
HSL0.640.210.72
HSV230°15°78°
CMYK 0.150.120.00   0.22
XYZ42.216343.329560.1712
Yxy43.32950.28970.2974
Hunter Lab65.8251-0.7148-8.1198
CIE-Lab71.77803.1370-12.7828

#aaafc7 color RGB value is (170,175,199).

#aaafc7 hex color red value is 170, green value is 175 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #aaafc7 hue: 0.64 , saturation: 0.21 and the lightness value of aaafc7 is 0.72.

The process color (four color CMYK) of #aaafc7 color hex is 0.15, 0.12, 0.00, 0.22. Web safe color of #aaafc7 is #9999cc. Color #aaafc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 11000111
Octal 252 257 307
Decimal 170 175 199
Hex AA AF C7

RGB Percentages of Color #aaafc7

%31.25
%32.17
%36.58

CMYK Percentages of Color #aaafc7

%15
%12
%0
%22

Triadic Colors of #aaafc7

#aaafc7 #c7aaaf #afc7aa

Analogous Colors of #aaafc7

#aaafc7 #b4aac7 #aabec7

Monochromatic Colors of #aaafc7

#aaafc7

Complementary Color

#aaafc7 #c7c2aa

#aaafc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaafc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaafc7 Color CSS Codes

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

#aaafc7 Text Font Color

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

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


#aaafc7 Background Color

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

This div background color is #aaafc7


#aaafc7 Border Color

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

This div border color is #aaafc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaafc7


Comments

No comments written yet.

Please login to write comment.