Color Hex Logo

#aaafcc Color Hex

#AAAFCC
(170,175,204)
0 Favorites   0 Comments

Color spaces of #aaafcc

RGB 170175204
HSL0.640.250.73
HSV231°17°80°
CMYK 0.170.140.00   0.20
XYZ42.806643.565663.2796
Yxy43.56560.28600.2911
Hunter Lab66.00420.2575-10.6396
CIE-Lab71.93724.2210-15.2873

#aaafcc color RGB value is (170,175,204).

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

The process color (four color CMYK) of #aaafcc color hex is 0.17, 0.14, 0.00, 0.20. Web safe color of #aaafcc is #9999cc. Color #aaafcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 11001100
Octal 252 257 314
Decimal 170 175 204
Hex AA AF CC

RGB Percentages of Color #aaafcc

%30.97
%31.88
%37.16

CMYK Percentages of Color #aaafcc

%17
%14
%0
%20

Triadic Colors of #aaafcc

#aaafcc #ccaaaf #afccaa

Analogous Colors of #aaafcc

#aaafcc #b6aacc #aac0cc

Monochromatic Colors of #aaafcc

#aaafcc

Complementary Color

#aaafcc #ccc7aa

#aaafcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaafcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaafcc Color CSS Codes

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

#aaafcc Text Font Color

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

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


#aaafcc Background Color

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

This div background color is #aaafcc


#aaafcc Border Color

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

This div border color is #aaafcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaafcc


Comments

No comments written yet.

Please login to write comment.