Color Hex Logo

#aead97 Color Hex

#AEAD97
(174,173,151)
0 Favorites   0 Comments

Color spaces of #aead97

RGB 174173151
HSL0.160.120.64
HSV57°13°68°
CMYK 0.000.010.13   0.32
XYZ37.985041.120235.2131
Yxy41.12020.33230.3597
Hunter Lab64.1250-6.482812.3295
CIE-Lab70.2601-3.516611.4429

#aead97 color RGB value is (174,173,151).

#aead97 hex color red value is 174, green value is 173 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #aead97 hue: 0.16 , saturation: 0.12 and the lightness value of aead97 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 10010111
Octal 256 255 227
Decimal 174 173 151
Hex AE AD 97

RGB Percentages of Color #aead97

%34.94
%34.74
%30.32

CMYK Percentages of Color #aead97

%0
%1
%13
%32

Triadic Colors of #aead97

#aead97 #97aead #ad97ae

Analogous Colors of #aead97

#aead97 #a4ae97 #aea297

Monochromatic Colors of #aead97

#aead97

Complementary Color

#aead97 #9798ae

#aead97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead97 Color CSS Codes

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

#aead97 Text Font Color

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

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


#aead97 Background Color

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

This div background color is #aead97


#aead97 Border Color

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

This div border color is #aead97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead97


Comments

No comments written yet.

Please login to write comment.