Color Hex Logo

#aeabcc Color Hex

#AEABCC
(174,171,204)
0 Favorites   0 Comments

Color spaces of #aeabcc

RGB 174171204
HSL0.680.240.74
HSV245°16°80°
CMYK 0.150.160.00   0.20
XYZ42.917642.484163.0650
Yxy42.48410.28910.2862
Hunter Lab65.17983.4685-11.7404
CIE-Lab71.20347.7148-16.3636

#aeabcc color RGB value is (174,171,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 11001100
Octal 256 253 314
Decimal 174 171 204
Hex AE AB CC

RGB Percentages of Color #aeabcc

%31.69
%31.15
%37.16

CMYK Percentages of Color #aeabcc

%15
%16
%0
%20

Triadic Colors of #aeabcc

#aeabcc #ccaeab #abccae

Analogous Colors of #aeabcc

#aeabcc #bfabcc #abb9cc

Monochromatic Colors of #aeabcc

#aeabcc

Complementary Color

#aeabcc #c9ccab

#aeabcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabcc Color CSS Codes

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

#aeabcc Text Font Color

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

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


#aeabcc Background Color

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

This div background color is #aeabcc


#aeabcc Border Color

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

This div border color is #aeabcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,171,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 #aeabcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabcc


Comments

No comments written yet.

Please login to write comment.