Color Hex Logo

#aead46 Color Hex

#AEAD46
(174,173,70)
0 Favorites   0 Comments

Color spaces of #aead46

RGB 17417370
HSL0.170.430.48
HSV59°60°68°
CMYK 0.000.010.60   0.32
XYZ33.504639.328011.6195
Yxy39.32800.39670.4657
Hunter Lab62.7120-14.380532.9130
CIE-Lab68.9882-13.124651.6664

#aead46 color RGB value is (174,173,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 01000110
Octal 256 255 106
Decimal 174 173 70
Hex AE AD 46

RGB Percentages of Color #aead46

%41.73
%41.49
%16.79

CMYK Percentages of Color #aead46

%0
%1
%60
%32

Triadic Colors of #aead46

#aead46 #46aead #ad46ae

Analogous Colors of #aead46

#aead46 #7bae46 #ae7946

Monochromatic Colors of #aead46

#aead46

Complementary Color

#aead46 #4647ae

#aead46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead46 Color CSS Codes

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

#aead46 Text Font Color

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

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


#aead46 Background Color

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

This div background color is #aead46


#aead46 Border Color

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

This div border color is #aead46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead46


Comments

No comments written yet.

Please login to write comment.