Color Hex Logo

#aea1bc Color Hex

#AEA1BC
(174,161,188)
0 Favorites   0 Comments

Color spaces of #aea1bc

RGB 174161188
HSL0.750.170.68
HSV269°14°74°
CMYK 0.070.140.00   0.26
XYZ39.277538.119252.8646
Yxy38.11920.30150.2926
Hunter Lab61.74075.5097-7.5477
CIE-Lab68.10849.8886-12.1780

#aea1bc color RGB value is (174,161,188).

#aea1bc hex color red value is 174, green value is 161 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aea1bc hue: 0.75 , saturation: 0.17 and the lightness value of aea1bc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 10111100
Octal 256 241 274
Decimal 174 161 188
Hex AE A1 BC

RGB Percentages of Color #aea1bc

%33.27
%30.78
%35.95

CMYK Percentages of Color #aea1bc

%7
%14
%0
%26

Triadic Colors of #aea1bc

#aea1bc #bcaea1 #a1bcae

Analogous Colors of #aea1bc

#aea1bc #bca1bc #a1a2bc

Monochromatic Colors of #aea1bc

#aea1bc

Complementary Color

#aea1bc #afbca1

#aea1bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea1bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea1bc Color CSS Codes

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

#aea1bc Text Font Color

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

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


#aea1bc Background Color

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

This div background color is #aea1bc


#aea1bc Border Color

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

This div border color is #aea1bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea1bc


Comments

No comments written yet.

Please login to write comment.