Color Hex Logo

#aeaced Color Hex

#AEACED
(174,172,237)
0 Favorites   0 Comments

Color spaces of #aeaced

RGB 174172237
HSL0.670.640.80
HSV242°27°93°
CMYK 0.270.270.00   0.07
XYZ47.494144.618186.2297
Yxy44.61810.26630.2502
Hunter Lab66.796810.0234-29.7813
CIE-Lab72.639714.7007-32.2115

#aeaced color RGB value is (174,172,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 11101101
Octal 256 254 355
Decimal 174 172 237
Hex AE AC ED

RGB Percentages of Color #aeaced

%29.85
%29.50
%40.65

CMYK Percentages of Color #aeaced

%27
%27
%0
%7

Triadic Colors of #aeaced

#aeaced #edaeac #acedae

Analogous Colors of #aeaced

#aeaced #cfaced #accbed

Monochromatic Colors of #aeaced

#aeaced

Complementary Color

#aeaced #ebedac

#aeaced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaced Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaced Color CSS Codes

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

#aeaced Text Font Color

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

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


#aeaced Background Color

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

This div background color is #aeaced


#aeaced Border Color

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

This div border color is #aeaced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaced


Comments

No comments written yet.

Please login to write comment.