Color Hex Logo

#aeabca Color Hex

#AEABCA
(174,171,202)
0 Favorites   0 Comments

Color spaces of #aeabca

RGB 174171202
HSL0.680.230.73
HSV246°15°79°
CMYK 0.140.150.00   0.21
XYZ42.679142.388861.8095
Yxy42.38880.29060.2886
Hunter Lab65.10673.0746-10.7127
CIE-Lab71.13827.2842-15.3623

#aeabca color RGB value is (174,171,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 11001010
Octal 256 253 312
Decimal 174 171 202
Hex AE AB CA

RGB Percentages of Color #aeabca

%31.81
%31.26
%36.93

CMYK Percentages of Color #aeabca

%14
%15
%0
%21

Triadic Colors of #aeabca

#aeabca #caaeab #abcaae

Analogous Colors of #aeabca

#aeabca #beabca #abb8ca

Monochromatic Colors of #aeabca

#aeabca

Complementary Color

#aeabca #c7caab

#aeabca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabca Color CSS Codes

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

#aeabca Text Font Color

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

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


#aeabca Background Color

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

This div background color is #aeabca


#aeabca Border Color

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

This div border color is #aeabca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabca


Comments

No comments written yet.

Please login to write comment.