Color Hex Logo

#aaafec Color Hex

#AAAFEC
(170,175,236)
0 Favorites   0 Comments

Color spaces of #aaafec

RGB 170175236
HSL0.650.630.80
HSV235°28°93°
CMYK 0.280.260.00   0.07
XYZ47.047945.262185.6137
Yxy45.26210.26440.2544
Hunter Lab67.27717.0928-28.3557
CIE-Lab73.064111.6248-31.0380

#aaafec color RGB value is (170,175,236).

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

The process color (four color CMYK) of #aaafec color hex is 0.28, 0.26, 0.00, 0.07. Web safe color of #aaafec is #9999ff. Color #aaafec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 11101100
Octal 252 257 354
Decimal 170 175 236
Hex AA AF EC

RGB Percentages of Color #aaafec

%29.26
%30.12
%40.62

CMYK Percentages of Color #aaafec

%28
%26
%0
%7

Triadic Colors of #aaafec

#aaafec #ecaaaf #afecaa

Analogous Colors of #aaafec

#aaafec #c6aaec #aad0ec

Monochromatic Colors of #aaafec

#aaafec

Complementary Color

#aaafec #ece7aa

#aaafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaafec Color CSS Codes

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

#aaafec Text Font Color

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

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


#aaafec Background Color

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

This div background color is #aaafec


#aaafec Border Color

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

This div border color is #aaafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaafec

#aaafec Color Palettes


Comments

No comments written yet.

Please login to write comment.