Color Hex Logo

#aaafce Color Hex

#AAAFCE
(170,175,206)
0 Favorites   0 Comments

Color spaces of #aaafce

RGB 170175206
HSL0.640.270.74
HSV232°17°81°
CMYK 0.170.150.00   0.19
XYZ43.048143.662264.5513
Yxy43.66220.28460.2887
Hunter Lab66.07740.6538-11.6665
CIE-Lab72.00214.6604-16.2860

#aaafce color RGB value is (170,175,206).

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

The process color (four color CMYK) of #aaafce color hex is 0.17, 0.15, 0.00, 0.19. Web safe color of #aaafce is #9999cc. Color #aaafce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 11001110
Octal 252 257 316
Decimal 170 175 206
Hex AA AF CE

RGB Percentages of Color #aaafce

%30.85
%31.76
%37.39

CMYK Percentages of Color #aaafce

%17
%15
%0
%19

Triadic Colors of #aaafce

#aaafce #ceaaaf #afceaa

Analogous Colors of #aaafce

#aaafce #b7aace #aac1ce

Monochromatic Colors of #aaafce

#aaafce

Complementary Color

#aaafce #cec9aa

#aaafce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaafce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaafce Color CSS Codes

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

#aaafce Text Font Color

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

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


#aaafce Background Color

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

This div background color is #aaafce


#aaafce Border Color

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

This div border color is #aaafce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaafce

#aaafce Color Palettes


Comments

No comments written yet.

Please login to write comment.