Color Hex Logo

#aead66 Color Hex

#AEAD66
(174,173,102)
0 Favorites   0 Comments

Color spaces of #aead66

RGB 174173102
HSL0.160.310.54
HSV59°41°68°
CMYK 0.000.010.41   0.32
XYZ34.797439.845118.4272
Yxy39.84510.37390.4281
Hunter Lab63.1230-12.064626.8778
CIE-Lab69.3591-10.237536.5433

#aead66 color RGB value is (174,173,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 01100110
Octal 256 255 146
Decimal 174 173 102
Hex AE AD 66

RGB Percentages of Color #aead66

%38.75
%38.53
%22.72

CMYK Percentages of Color #aead66

%0
%1
%41
%32

Triadic Colors of #aead66

#aead66 #66aead #ad66ae

Analogous Colors of #aead66

#aead66 #8bae66 #ae8966

Monochromatic Colors of #aead66

#aead66

Complementary Color

#aead66 #6667ae

#aead66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead66 Color CSS Codes

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

#aead66 Text Font Color

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

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


#aead66 Background Color

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

This div background color is #aead66


#aead66 Border Color

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

This div border color is #aead66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead66


Comments

No comments written yet.

Please login to write comment.