Color Hex Logo

#aea5bc Color Hex

#AEA5BC
(174,165,188)
0 Favorites   0 Comments

Color spaces of #aea5bc

RGB 174165188
HSL0.730.150.69
HSV263°12°74°
CMYK 0.070.120.00   0.26
XYZ39.987839.539853.1013
Yxy39.53980.30150.2981
Hunter Lab62.88073.4726-6.0526
CIE-Lab69.14057.6714-10.6327

#aea5bc color RGB value is (174,165,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100101 10111100
Octal 256 245 274
Decimal 174 165 188
Hex AE A5 BC

RGB Percentages of Color #aea5bc

%33.02
%31.31
%35.67

CMYK Percentages of Color #aea5bc

%7
%12
%0
%26

Triadic Colors of #aea5bc

#aea5bc #bcaea5 #a5bcae

Analogous Colors of #aea5bc

#aea5bc #baa5bc #a5a8bc

Monochromatic Colors of #aea5bc

#aea5bc

Complementary Color

#aea5bc #b3bca5

#aea5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea5bc Color CSS Codes

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

#aea5bc Text Font Color

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

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


#aea5bc Background Color

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

This div background color is #aea5bc


#aea5bc Border Color

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

This div border color is #aea5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea5bc


Comments

No comments written yet.

Please login to write comment.