Color Hex Logo

#aea9bc Color Hex

#AEA9BC
(174,169,188)
0 Favorites   0 Comments

Color spaces of #aea9bc

RGB 174169188
HSL0.710.120.70
HSV256°10°74°
CMYK 0.070.100.00   0.26
XYZ40.720641.005453.3456
Yxy41.00540.30150.3036
Hunter Lab64.03551.4474-4.5675
CIE-Lab70.17975.4668-9.0820

#aea9bc color RGB value is (174,169,188).

#aea9bc hex color red value is 174, green value is 169 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aea9bc hue: 0.71 , saturation: 0.12 and the lightness value of aea9bc is 0.70.

The process color (four color CMYK) of #aea9bc color hex is 0.07, 0.10, 0.00, 0.26. Web safe color of #aea9bc is #9999cc. Color #aea9bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 10111100
Octal 256 251 274
Decimal 174 169 188
Hex AE A9 BC

RGB Percentages of Color #aea9bc

%32.77
%31.83
%35.40

CMYK Percentages of Color #aea9bc

%7
%10
%0
%26

Triadic Colors of #aea9bc

#aea9bc #bcaea9 #a9bcae

Analogous Colors of #aea9bc

#aea9bc #b8a9bc #a9aebc

Monochromatic Colors of #aea9bc

#aea9bc

Complementary Color

#aea9bc #b7bca9

#aea9bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea9bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea9bc Color CSS Codes

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

#aea9bc Text Font Color

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

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


#aea9bc Background Color

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

This div background color is #aea9bc


#aea9bc Border Color

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

This div border color is #aea9bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea9bc


Comments

No comments written yet.

Please login to write comment.