Color Hex Logo

#aead96 Color Hex

#AEAD96
(174,173,150)
0 Favorites   0 Comments

Color spaces of #aead96

RGB 174173150
HSL0.160.130.64
HSV58°14°68°
CMYK 0.000.010.14   0.32
XYZ37.904141.087834.7871
Yxy41.08780.33310.3611
Hunter Lab64.0998-6.622212.6930
CIE-Lab70.2374-3.680611.9597

#aead96 color RGB value is (174,173,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 10010110
Octal 256 255 226
Decimal 174 173 150
Hex AE AD 96

RGB Percentages of Color #aead96

%35.01
%34.81
%30.18

CMYK Percentages of Color #aead96

%0
%1
%14
%32

Triadic Colors of #aead96

#aead96 #96aead #ad96ae

Analogous Colors of #aead96

#aead96 #a3ae96 #aea196

Monochromatic Colors of #aead96

#aead96

Complementary Color

#aead96 #9697ae

#aead96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead96 Color CSS Codes

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

#aead96 Text Font Color

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

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


#aead96 Background Color

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

This div background color is #aead96


#aead96 Border Color

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

This div border color is #aead96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead96


Comments

No comments written yet.

Please login to write comment.