Color Hex Logo

#aaa7ec Color Hex

#AAA7EC
(170,167,236)
0 Favorites   0 Comments

Color spaces of #aaa7ec

RGB 170167236
HSL0.670.640.79
HSV243°29°93°
CMYK 0.280.290.00   0.07
XYZ45.536642.239685.1099
Yxy42.23960.26340.2443
Hunter Lab64.992011.3299-32.1485
CIE-Lab71.035816.0864-34.1724

#aaa7ec color RGB value is (170,167,236).

#aaa7ec hex color red value is 170, green value is 167 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #aaa7ec hue: 0.67 , saturation: 0.64 and the lightness value of aaa7ec is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 11101100
Octal 252 247 354
Decimal 170 167 236
Hex AA A7 EC

RGB Percentages of Color #aaa7ec

%29.67
%29.14
%41.19

CMYK Percentages of Color #aaa7ec

%28
%29
%0
%7

Triadic Colors of #aaa7ec

#aaa7ec #ecaaa7 #a7ecaa

Analogous Colors of #aaa7ec

#aaa7ec #cda7ec #a7c7ec

Monochromatic Colors of #aaa7ec

#aaa7ec

Complementary Color

#aaa7ec #e9eca7

#aaa7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa7ec Color CSS Codes

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

#aaa7ec Text Font Color

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

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


#aaa7ec Background Color

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

This div background color is #aaa7ec


#aaa7ec Border Color

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

This div border color is #aaa7ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,167,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 #aaa7ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa7ec


Comments

No comments written yet.

Please login to write comment.