Color Hex Logo

#aead42 Color Hex

#AEAD42
(174,173,66)
0 Favorites   0 Comments

Color spaces of #aead42

RGB 17417366
HSL0.170.450.47
HSV59°62°68°
CMYK 0.000.010.62   0.32
XYZ33.382539.279210.9764
Yxy39.27920.39910.4696
Hunter Lab62.6731-14.600933.4873
CIE-Lab68.9530-13.402653.3893

#aead42 color RGB value is (174,173,66).

#aead42 hex color red value is 174, green value is 173 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #aead42 hue: 0.17 , saturation: 0.45 and the lightness value of aead42 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 01000010
Octal 256 255 102
Decimal 174 173 66
Hex AE AD 42

RGB Percentages of Color #aead42

%42.13
%41.89
%15.98

CMYK Percentages of Color #aead42

%0
%1
%62
%32

Triadic Colors of #aead42

#aead42 #42aead #ad42ae

Analogous Colors of #aead42

#aead42 #79ae42 #ae7742

Monochromatic Colors of #aead42

#aead42

Complementary Color

#aead42 #4243ae

#aead42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead42 Color CSS Codes

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

#aead42 Text Font Color

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

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


#aead42 Background Color

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

This div background color is #aead42


#aead42 Border Color

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

This div border color is #aead42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead42


Comments

No comments written yet.

Please login to write comment.