Color Hex Logo

#aaafc2 Color Hex

#AAAFC2
(170,175,194)
0 Favorites   0 Comments

Color spaces of #aaafc2

RGB 170175194
HSL0.630.160.71
HSV228°12°76°
CMYK 0.120.100.00   0.24
XYZ41.645143.101057.1633
Yxy43.10100.29350.3037
Hunter Lab65.6514-1.6607-5.6685
CIE-Lab71.62352.0749-10.2677

#aaafc2 color RGB value is (170,175,194).

#aaafc2 hex color red value is 170, green value is 175 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #aaafc2 hue: 0.63 , saturation: 0.16 and the lightness value of aaafc2 is 0.71.

The process color (four color CMYK) of #aaafc2 color hex is 0.12, 0.10, 0.00, 0.24. Web safe color of #aaafc2 is #9999cc. Color #aaafc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 11000010
Octal 252 257 302
Decimal 170 175 194
Hex AA AF C2

RGB Percentages of Color #aaafc2

%31.54
%32.47
%35.99

CMYK Percentages of Color #aaafc2

%12
%10
%0
%24

Triadic Colors of #aaafc2

#aaafc2 #c2aaaf #afc2aa

Analogous Colors of #aaafc2

#aaafc2 #b1aac2 #aabbc2

Monochromatic Colors of #aaafc2

#aaafc2

Complementary Color

#aaafc2 #c2bdaa

#aaafc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaafc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaafc2 Color CSS Codes

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

#aaafc2 Text Font Color

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

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


#aaafc2 Background Color

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

This div background color is #aaafc2


#aaafc2 Border Color

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

This div border color is #aaafc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaafc2


Comments

No comments written yet.

Please login to write comment.