Color Hex Logo

#aead44 Color Hex

#AEAD44
(174,173,68)
0 Favorites   0 Comments

Color spaces of #aead44

RGB 17417368
HSL0.170.440.47
HSV59°61°68°
CMYK 0.000.010.61   0.32
XYZ33.442539.303211.2925
Yxy39.30320.39790.4677
Hunter Lab62.6923-14.492633.2049
CIE-Lab68.9703-13.266052.5340

#aead44 color RGB value is (174,173,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 01000100
Octal 256 255 104
Decimal 174 173 68
Hex AE AD 44

RGB Percentages of Color #aead44

%41.93
%41.69
%16.39

CMYK Percentages of Color #aead44

%0
%1
%61
%32

Triadic Colors of #aead44

#aead44 #44aead #ad44ae

Analogous Colors of #aead44

#aead44 #7aae44 #ae7844

Monochromatic Colors of #aead44

#aead44

Complementary Color

#aead44 #4445ae

#aead44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead44 Color CSS Codes

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

#aead44 Text Font Color

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

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


#aead44 Background Color

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

This div background color is #aead44


#aead44 Border Color

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

This div border color is #aead44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead44


Comments

No comments written yet.

Please login to write comment.