Color Hex Logo

#aea9cb Color Hex

#AEA9CB
(174,169,203)
0 Favorites   0 Comments

Color spaces of #aea9cb

RGB 174169203
HSL0.690.250.73
HSV249°17°80°
CMYK 0.140.170.00   0.20
XYZ42.423041.686462.3103
Yxy41.68640.28970.2847
Hunter Lab64.56504.2962-12.0240
CIE-Lab70.65428.6029-16.6428

#aea9cb color RGB value is (174,169,203).

#aea9cb hex color red value is 174, green value is 169 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aea9cb hue: 0.69 , saturation: 0.25 and the lightness value of aea9cb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 11001011
Octal 256 251 313
Decimal 174 169 203
Hex AE A9 CB

RGB Percentages of Color #aea9cb

%31.87
%30.95
%37.18

CMYK Percentages of Color #aea9cb

%14
%17
%0
%20

Triadic Colors of #aea9cb

#aea9cb #cbaea9 #a9cbae

Analogous Colors of #aea9cb

#aea9cb #bfa9cb #a9b5cb

Monochromatic Colors of #aea9cb

#aea9cb

Complementary Color

#aea9cb #c6cba9

#aea9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea9cb Color CSS Codes

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

#aea9cb Text Font Color

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

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


#aea9cb Background Color

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

This div background color is #aea9cb


#aea9cb Border Color

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

This div border color is #aea9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea9cb


Comments

No comments written yet.

Please login to write comment.