Color Hex Logo

#aaafcb Color Hex

#AAAFCB
(170,175,203)
0 Favorites   0 Comments

Color spaces of #aaafcb

RGB 170175203
HSL0.640.240.73
HSV231°16°80°
CMYK 0.160.140.00   0.20
XYZ42.687043.517862.6498
Yxy43.51780.28680.2924
Hunter Lab65.96800.0609-10.1301
CIE-Lab71.90504.0024-14.7872

#aaafcb color RGB value is (170,175,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 11001011
Octal 252 257 313
Decimal 170 175 203
Hex AA AF CB

RGB Percentages of Color #aaafcb

%31.02
%31.93
%37.04

CMYK Percentages of Color #aaafcb

%16
%14
%0
%20

Triadic Colors of #aaafcb

#aaafcb #cbaaaf #afcbaa

Analogous Colors of #aaafcb

#aaafcb #b6aacb #aac0cb

Monochromatic Colors of #aaafcb

#aaafcb

Complementary Color

#aaafcb #cbc6aa

#aaafcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaafcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaafcb Color CSS Codes

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

#aaafcb Text Font Color

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

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


#aaafcb Background Color

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

This div background color is #aaafcb


#aaafcb Border Color

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

This div border color is #aaafcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaafcb


Comments

No comments written yet.

Please login to write comment.