Color Hex Logo

#aead36 Color Hex

#AEAD36
(174,173,54)
0 Favorites   0 Comments

Color spaces of #aead36

RGB 17417354
HSL0.170.530.45
HSV60°69°68°
CMYK 0.000.010.69   0.32
XYZ33.065039.15229.3044
Yxy39.15220.40560.4803
Hunter Lab62.5717-15.175134.9838
CIE-Lab68.8614-14.129558.2201

#aead36 color RGB value is (174,173,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 00110110
Octal 256 255 66
Decimal 174 173 54
Hex AE AD 36

RGB Percentages of Color #aead36

%43.39
%43.14
%13.47

CMYK Percentages of Color #aead36

%0
%1
%69
%32

Triadic Colors of #aead36

#aead36 #36aead #ad36ae

Analogous Colors of #aead36

#aead36 #73ae36 #ae7136

Monochromatic Colors of #aead36

#aead36

Complementary Color

#aead36 #3637ae

#aead36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead36 Color CSS Codes

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

#aead36 Text Font Color

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

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


#aead36 Background Color

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

This div background color is #aead36


#aead36 Border Color

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

This div border color is #aead36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead36


Comments

No comments written yet.

Please login to write comment.