Color Hex Logo

#aeadae Color Hex

#AEADAE
(174,173,174)
0 Favorites   0 Comments

Color spaces of #aeadae

RGB 174173174
HSL0.830.010.68
HSV300°68°
CMYK 0.000.010.00   0.32
XYZ40.039141.941846.0297
Yxy41.94180.31280.3276
Hunter Lab64.7625-2.97763.1936
CIE-Lab70.83080.5459-0.3948

#aeadae color RGB value is (174,173,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 10101110
Octal 256 255 256
Decimal 174 173 174
Hex AE AD AE

RGB Percentages of Color #aeadae

%33.40
%33.21
%33.40

CMYK Percentages of Color #aeadae

%0
%1
%0
%32

Triadic Colors of #aeadae

#aeadae #aeaead #adaeae

Monochromatic Colors of #aeadae

#aeadae

Complementary Color

#aeadae #adaead

#aeadae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeadae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeadae Color CSS Codes

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

#aeadae Text Font Color

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

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


#aeadae Background Color

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

This div background color is #aeadae


#aeadae Border Color

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

This div border color is #aeadae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeadae


Comments

No comments written yet.

Please login to write comment.