Color Hex Logo

#aaacec Color Hex

#AAACEC
(170,172,236)
0 Favorites   0 Comments

Color spaces of #aaacec

RGB 170172236
HSL0.660.630.80
HSV238°28°93°
CMYK 0.280.270.00   0.07
XYZ46.470444.107285.4212
Yxy44.10720.26400.2506
Hunter Lab66.41338.6761-29.7699
CIE-Lab72.300113.2932-32.2169

#aaacec color RGB value is (170,172,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 11101100
Octal 252 254 354
Decimal 170 172 236
Hex AA AC EC

RGB Percentages of Color #aaacec

%29.41
%29.76
%40.83

CMYK Percentages of Color #aaacec

%28
%27
%0
%7

Triadic Colors of #aaacec

#aaacec #ecaaac #acecaa

Analogous Colors of #aaacec

#aaacec #c9aaec #aacdec

Monochromatic Colors of #aaacec

#aaacec

Complementary Color

#aaacec #eceaaa

#aaacec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaacec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaacec Color CSS Codes

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

#aaacec Text Font Color

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

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


#aaacec Background Color

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

This div background color is #aaacec


#aaacec Border Color

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

This div border color is #aaacec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaacec


Comments

No comments written yet.

Please login to write comment.