Color Hex Logo

#aeaaec Color Hex

#AEAAEC
(174,170,236)
0 Favorites   0 Comments

Color spaces of #aeaaec

RGB 174170236
HSL0.680.630.80
HSV244°28°93°
CMYK 0.260.280.00   0.07
XYZ46.970643.804385.3363
Yxy43.80430.26670.2487
Hunter Lab66.184810.8560-30.1170
CIE-Lab72.097515.5746-32.5051

#aeaaec color RGB value is (174,170,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 11101100
Octal 256 252 354
Decimal 174 170 236
Hex AE AA EC

RGB Percentages of Color #aeaaec

%30.00
%29.31
%40.69

CMYK Percentages of Color #aeaaec

%26
%28
%0
%7

Triadic Colors of #aeaaec

#aeaaec #ecaeaa #aaecae

Analogous Colors of #aeaaec

#aeaaec #cfaaec #aac7ec

Monochromatic Colors of #aeaaec

#aeaaec

Complementary Color

#aeaaec #e8ecaa

#aeaaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaaec Color CSS Codes

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

#aeaaec Text Font Color

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

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


#aeaaec Background Color

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

This div background color is #aeaaec


#aeaaec Border Color

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

This div border color is #aeaaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaaec


Comments

No comments written yet.

Please login to write comment.