Color Hex Logo

#aeaecc Color Hex

#AEAECC
(174,174,204)
1 Favorites   0 Comments

Color spaces of #aeaecc

RGB 174174204
HSL0.670.230.74
HSV240°15°80°
CMYK 0.150.150.00   0.20
XYZ43.490743.630463.2560
Yxy43.63040.28920.2901
Hunter Lab66.05331.9343-10.5418
CIE-Lab71.98086.0640-15.1914

#aeaecc color RGB value is (174,174,204).

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

The process color (four color CMYK) of #aeaecc color hex is 0.15, 0.15, 0.00, 0.20. Web safe color of #aeaecc is #9999cc. Color #aeaecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 11001100
Octal 256 256 314
Decimal 174 174 204
Hex AE AE CC

RGB Percentages of Color #aeaecc

%31.52
%31.52
%36.96

CMYK Percentages of Color #aeaecc

%15
%15
%0
%20

Triadic Colors of #aeaecc

#aeaecc #ccaeae #aeccae

Analogous Colors of #aeaecc

#aeaecc #bdaecc #aebdcc

Monochromatic Colors of #aeaecc

#aeaecc

Complementary Color

#aeaecc #ccccae

#aeaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaecc Color CSS Codes

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

#aeaecc Text Font Color

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

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


#aeaecc Background Color

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

This div background color is #aeaecc


#aeaecc Border Color

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

This div border color is #aeaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaecc

#aeaecc Color Palettes


Comments

No comments written yet.

Please login to write comment.