Color Hex Logo

#aeaba5 Color Hex

#AEABA5
(174,171,165)
0 Favorites   0 Comments

Color spaces of #aeaba5

RGB 174171165
HSL0.110.050.66
HSV40°68°
CMYK 0.000.020.05   0.32
XYZ38.810040.841141.4349
Yxy40.84110.32050.3373
Hunter Lab63.9070-3.43646.2935
CIE-Lab70.0645-0.02633.4546

#aeaba5 color RGB value is (174,171,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 10100101
Octal 256 253 245
Decimal 174 171 165
Hex AE AB A5

RGB Percentages of Color #aeaba5

%34.12
%33.53
%32.35

CMYK Percentages of Color #aeaba5

%0
%2
%5
%32

Triadic Colors of #aeaba5

#aeaba5 #a5aeab #aba5ae

Analogous Colors of #aeaba5

#aeaba5 #adaea5 #aea7a5

Monochromatic Colors of #aeaba5

#aeaba5

Complementary Color

#aeaba5 #a5a8ae

#aeaba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaba5 Color CSS Codes

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

#aeaba5 Text Font Color

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

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


#aeaba5 Background Color

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

This div background color is #aeaba5


#aeaba5 Border Color

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

This div border color is #aeaba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaba5


Comments

No comments written yet.

Please login to write comment.