Color Hex Logo

#aeaba1 Color Hex

#AEABA1
(174,171,161)
0 Favorites   0 Comments

Color spaces of #aeaba1

RGB 174171161
HSL0.130.070.66
HSV46°68°
CMYK 0.000.020.07   0.32
XYZ38.451540.697739.5470
Yxy40.69770.32390.3429
Hunter Lab63.7947-4.05217.9019
CIE-Lab69.9636-0.73735.5162

#aeaba1 color RGB value is (174,171,161).

#aeaba1 hex color red value is 174, green value is 171 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #aeaba1 hue: 0.13 , saturation: 0.07 and the lightness value of aeaba1 is 0.66.

The process color (four color CMYK) of #aeaba1 color hex is 0.00, 0.02, 0.07, 0.32. Web safe color of #aeaba1 is #999999. Color #aeaba1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 10100001
Octal 256 253 241
Decimal 174 171 161
Hex AE AB A1

RGB Percentages of Color #aeaba1

%34.39
%33.79
%31.82

CMYK Percentages of Color #aeaba1

%0
%2
%7
%32

Triadic Colors of #aeaba1

#aeaba1 #a1aeab #aba1ae

Analogous Colors of #aeaba1

#aeaba1 #abaea1 #aea5a1

Monochromatic Colors of #aeaba1

#aeaba1

Complementary Color

#aeaba1 #a1a4ae

#aeaba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaba1 Color CSS Codes

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

#aeaba1 Text Font Color

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

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


#aeaba1 Background Color

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

This div background color is #aeaba1


#aeaba1 Border Color

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

This div border color is #aeaba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaba1


Comments

No comments written yet.

Please login to write comment.