Color Hex Logo

#aea0be Color Hex

#AEA0BE
(174,160,190)
0 Favorites   0 Comments

Color spaces of #aea0be

RGB 174160190
HSL0.740.190.69
HSV268°16°75°
CMYK 0.080.160.00   0.25
XYZ39.320637.858053.9501
Yxy37.85800.29990.2887
Hunter Lab61.52896.3966-8.9168
CIE-Lab67.915810.8547-13.5786

#aea0be color RGB value is (174,160,190).

#aea0be hex color red value is 174, green value is 160 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aea0be hue: 0.74 , saturation: 0.19 and the lightness value of aea0be is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 10111110
Octal 256 240 276
Decimal 174 160 190
Hex AE A0 BE

RGB Percentages of Color #aea0be

%33.21
%30.53
%36.26

CMYK Percentages of Color #aea0be

%8
%16
%0
%25

Triadic Colors of #aea0be

#aea0be #beaea0 #a0beae

Analogous Colors of #aea0be

#aea0be #bda0be #a0a1be

Monochromatic Colors of #aea0be

#aea0be

Complementary Color

#aea0be #b0bea0

#aea0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea0be Color CSS Codes

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

#aea0be Text Font Color

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

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


#aea0be Background Color

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

This div background color is #aea0be


#aea0be Border Color

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

This div border color is #aea0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea0be


Comments

No comments written yet.

Please login to write comment.