Color Hex Logo

#aeaec9 Color Hex

#AEAEC9
(174,174,201)
0 Favorites   0 Comments

Color spaces of #aeaec9

RGB 174174201
HSL0.670.200.74
HSV240°13°79°
CMYK 0.130.130.00   0.21
XYZ43.134243.487861.3789
Yxy43.48780.29140.2938
Hunter Lab65.94531.3510-9.0228
CIE-Lab71.88485.4219-13.6895

#aeaec9 color RGB value is (174,174,201).

#aeaec9 hex color red value is 174, green value is 174 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #aeaec9 hue: 0.67 , saturation: 0.20 and the lightness value of aeaec9 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 11001001
Octal 256 256 311
Decimal 174 174 201
Hex AE AE C9

RGB Percentages of Color #aeaec9

%31.69
%31.69
%36.61

CMYK Percentages of Color #aeaec9

%13
%13
%0
%21

Triadic Colors of #aeaec9

#aeaec9 #c9aeae #aec9ae

Analogous Colors of #aeaec9

#aeaec9 #bcaec9 #aebcc9

Monochromatic Colors of #aeaec9

#aeaec9

Complementary Color

#aeaec9 #c9c9ae

#aeaec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaec9 Color CSS Codes

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

#aeaec9 Text Font Color

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

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


#aeaec9 Background Color

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

This div background color is #aeaec9


#aeaec9 Border Color

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

This div border color is #aeaec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaec9


Comments

No comments written yet.

Please login to write comment.