Color Hex Logo

#aeabad Color Hex

#AEABAD
(174,171,173)
0 Favorites   0 Comments

Color spaces of #aeabad

RGB 174171173
HSL0.890.020.68
HSV320°68°
CMYK 0.000.020.01   0.32
XYZ39.561341.141645.3912
Yxy41.14160.31370.3263
Hunter Lab64.1417-2.15292.9414
CIE-Lab70.27501.4445-0.6557

#aeabad color RGB value is (174,171,173).

#aeabad hex color red value is 174, green value is 171 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #aeabad hue: 0.89 , saturation: 0.02 and the lightness value of aeabad is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 10101101
Octal 256 253 255
Decimal 174 171 173
Hex AE AB AD

RGB Percentages of Color #aeabad

%33.59
%33.01
%33.40

CMYK Percentages of Color #aeabad

%0
%2
%1
%32

Triadic Colors of #aeabad

#aeabad #adaeab #abadae

Analogous Colors of #aeabad

#aeabad #aeabac #aeabae

Monochromatic Colors of #aeabad

#aeabad

Complementary Color

#aeabad #abaeac

#aeabad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabad Color CSS Codes

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

#aeabad Text Font Color

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

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


#aeabad Background Color

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

This div background color is #aeabad


#aeabad Border Color

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

This div border color is #aeabad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabad


Comments

No comments written yet.

Please login to write comment.