Color Hex Logo

#aea7ba Color Hex

#AEA7BA
(174,167,186)
0 Favorites   0 Comments

Color spaces of #aea7ba

RGB 174167186
HSL0.730.120.69
HSV262°10°73°
CMYK 0.060.100.00   0.27
XYZ40.137240.181352.0947
Yxy40.18130.30310.3035
Hunter Lab63.38872.0944-4.3541
CIE-Lab69.59856.1634-8.8420

#aea7ba color RGB value is (174,167,186).

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

The process color (four color CMYK) of #aea7ba color hex is 0.06, 0.10, 0.00, 0.27. Web safe color of #aea7ba is #9999cc. Color #aea7ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100111 10111010
Octal 256 247 272
Decimal 174 167 186
Hex AE A7 BA

RGB Percentages of Color #aea7ba

%33.02
%31.69
%35.29

CMYK Percentages of Color #aea7ba

%6
%10
%0
%27

Triadic Colors of #aea7ba

#aea7ba #baaea7 #a7baae

Analogous Colors of #aea7ba

#aea7ba #b8a7ba #a7aaba

Monochromatic Colors of #aea7ba

#aea7ba

Complementary Color

#aea7ba #b3baa7

#aea7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea7ba Color CSS Codes

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

#aea7ba Text Font Color

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

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


#aea7ba Background Color

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

This div background color is #aea7ba


#aea7ba Border Color

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

This div border color is #aea7ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea7ba


Comments

No comments written yet.

Please login to write comment.