Color Hex Logo

#aeaeec Color Hex

#AEAEEC
(174,174,236)
0 Favorites   0 Comments

Color spaces of #aeaeec

RGB 174174236
HSL0.670.620.80
HSV240°26°93°
CMYK 0.260.260.00   0.07
XYZ47.731945.326985.5901
Yxy45.32690.26720.2537
Hunter Lab67.32538.7328-28.2473
CIE-Lab73.106613.3492-30.9478

#aeaeec color RGB value is (174,174,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 11101100
Octal 256 256 354
Decimal 174 174 236
Hex AE AE EC

RGB Percentages of Color #aeaeec

%29.79
%29.79
%40.41

CMYK Percentages of Color #aeaeec

%26
%26
%0
%7

Triadic Colors of #aeaeec

#aeaeec #ecaeae #aeecae

Analogous Colors of #aeaeec

#aeaeec #cdaeec #aecdec

Monochromatic Colors of #aeaeec

#aeaeec

Complementary Color

#aeaeec #ececae

#aeaeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaeec Color CSS Codes

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

#aeaeec Text Font Color

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

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


#aeaeec Background Color

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

This div background color is #aeaeec


#aeaeec Border Color

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

This div border color is #aeaeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaeec

#aeaeec Color Palettes


Comments

No comments written yet.

Please login to write comment.