Color Hex Logo

#aead81 Color Hex

#AEAD81
(174,173,129)
0 Favorites   0 Comments

Color spaces of #aead81

RGB 174173129
HSL0.160.220.59
HSV59°26°68°
CMYK 0.000.010.26   0.32
XYZ36.361640.470826.6641
Yxy40.47080.35130.3910
Hunter Lab63.6167-9.303319.6810
CIE-Lab69.8035-6.872222.8098

#aead81 color RGB value is (174,173,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 10000001
Octal 256 255 201
Decimal 174 173 129
Hex AE AD 81

RGB Percentages of Color #aead81

%36.55
%36.34
%27.10

CMYK Percentages of Color #aead81

%0
%1
%26
%32

Triadic Colors of #aead81

#aead81 #81aead #ad81ae

Analogous Colors of #aead81

#aead81 #99ae81 #ae9781

Monochromatic Colors of #aead81

#aead81

Complementary Color

#aead81 #8182ae

#aead81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead81 Color CSS Codes

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

#aead81 Text Font Color

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

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


#aead81 Background Color

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

This div background color is #aead81


#aead81 Border Color

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

This div border color is #aead81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead81


Comments

No comments written yet.

Please login to write comment.