Color Hex Logo

#aeacde Color Hex

#AEACDE
(174,172,222)
0 Favorites   0 Comments

Color spaces of #aeacde

RGB 174172222
HSL0.670.430.77
HSV242°23°87°
CMYK 0.220.230.00   0.13
XYZ45.392943.777675.1647
Yxy43.77760.27620.2664
Hunter Lab66.16466.6735-21.0397
CIE-Lab72.079611.1753-24.8975

#aeacde color RGB value is (174,172,222).

#aeacde hex color red value is 174, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aeacde hue: 0.67 , saturation: 0.43 and the lightness value of aeacde is 0.77.

The process color (four color CMYK) of #aeacde color hex is 0.22, 0.23, 0.00, 0.13. Web safe color of #aeacde is #9999cc. Color #aeacde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 11011110
Octal 256 254 336
Decimal 174 172 222
Hex AE AC DE

RGB Percentages of Color #aeacde

%30.63
%30.28
%39.08

CMYK Percentages of Color #aeacde

%22
%23
%0
%13

Triadic Colors of #aeacde

#aeacde #deaeac #acdeae

Analogous Colors of #aeacde

#aeacde #c7acde #acc3de

Monochromatic Colors of #aeacde

#aeacde

Complementary Color

#aeacde #dcdeac

#aeacde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeacde Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeacde Color CSS Codes

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

#aeacde Text Font Color

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

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


#aeacde Background Color

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

This div background color is #aeacde


#aeacde Border Color

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

This div border color is #aeacde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeacde


Comments

No comments written yet.

Please login to write comment.