Color Hex Logo

#aea5be Color Hex

#AEA5BE
(174,165,190)
0 Favorites   0 Comments

Color spaces of #aea5be

RGB 174165190
HSL0.730.160.70
HSV262°13°75°
CMYK 0.080.130.00   0.25
XYZ40.205039.626654.2449
Yxy39.62660.29990.2956
Hunter Lab62.94973.8433-7.0265
CIE-Lab69.20278.0802-11.6475

#aea5be color RGB value is (174,165,190).

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

The process color (four color CMYK) of #aea5be color hex is 0.08, 0.13, 0.00, 0.25. Web safe color of #aea5be is #9999cc. Color #aea5be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100101 10111110
Octal 256 245 276
Decimal 174 165 190
Hex AE A5 BE

RGB Percentages of Color #aea5be

%32.89
%31.19
%35.92

CMYK Percentages of Color #aea5be

%8
%13
%0
%25

Triadic Colors of #aea5be

#aea5be #beaea5 #a5beae

Analogous Colors of #aea5be

#aea5be #bba5be #a5a9be

Monochromatic Colors of #aea5be

#aea5be

Complementary Color

#aea5be #b5bea5

#aea5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea5be Color CSS Codes

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

#aea5be Text Font Color

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

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


#aea5be Background Color

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

This div background color is #aea5be


#aea5be Border Color

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

This div border color is #aea5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea5be


Comments

No comments written yet.

Please login to write comment.