Color Hex Logo

#aeaace Color Hex

#AEAACE
(174,170,206)
0 Favorites   0 Comments

Color spaces of #aeaace

RGB 174170206
HSL0.690.270.74
HSV247°17°81°
CMYK 0.160.170.00   0.19
XYZ42.970942.204464.2740
Yxy42.20440.28750.2824
Hunter Lab64.96494.3798-13.1840
CIE-Lab71.01168.7002-17.7528

#aeaace color RGB value is (174,170,206).

#aeaace hex color red value is 174, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aeaace hue: 0.69 , saturation: 0.27 and the lightness value of aeaace is 0.74.

The process color (four color CMYK) of #aeaace color hex is 0.16, 0.17, 0.00, 0.19. Web safe color of #aeaace is #9999cc. Color #aeaace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 11001110
Octal 256 252 316
Decimal 174 170 206
Hex AE AA CE

RGB Percentages of Color #aeaace

%31.64
%30.91
%37.45

CMYK Percentages of Color #aeaace

%16
%17
%0
%19

Triadic Colors of #aeaace

#aeaace #ceaeaa #aaceae

Analogous Colors of #aeaace

#aeaace #c0aace #aab8ce

Monochromatic Colors of #aeaace

#aeaace

Complementary Color

#aeaace #caceaa

#aeaace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaace Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaace Color CSS Codes

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

#aeaace Text Font Color

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

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


#aeaace Background Color

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

This div background color is #aeaace


#aeaace Border Color

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

This div border color is #aeaace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaace


Comments

No comments written yet.

Please login to write comment.