Color Hex Logo

#aeaecb Color Hex

#AEAECB
(174,174,203)
0 Favorites   0 Comments

Color spaces of #aeaecb

RGB 174174203
HSL0.670.220.74
HSV240°14°80°
CMYK 0.140.140.00   0.20
XYZ43.371143.582662.6263
Yxy43.58260.29000.2914
Hunter Lab66.01711.7387-10.0327
CIE-Lab71.94865.8490-14.6912

#aeaecb color RGB value is (174,174,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 11001011
Octal 256 256 313
Decimal 174 174 203
Hex AE AE CB

RGB Percentages of Color #aeaecb

%31.58
%31.58
%36.84

CMYK Percentages of Color #aeaecb

%14
%14
%0
%20

Triadic Colors of #aeaecb

#aeaecb #cbaeae #aecbae

Analogous Colors of #aeaecb

#aeaecb #bdaecb #aebdcb

Monochromatic Colors of #aeaecb

#aeaecb

Complementary Color

#aeaecb #cbcbae

#aeaecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaecb Color CSS Codes

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

#aeaecb Text Font Color

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

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


#aeaecb Background Color

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

This div background color is #aeaecb


#aeaecb Border Color

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

This div border color is #aeaecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaecb


Comments

No comments written yet.

Please login to write comment.