Color Hex Logo

#aead15 Color Hex

#AEAD15
(174,173,21)
0 Favorites   0 Comments

Color spaces of #aead15

RGB 17417321
HSL0.170.780.38
HSV60°88°68°
CMYK 0.000.010.88   0.32
XYZ32.534538.94006.5109
Yxy38.94000.41720.4993
Hunter Lab62.4019-16.138837.4951
CIE-Lab68.7078-15.358367.8389

#aead15 color RGB value is (174,173,21).

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

The process color (four color CMYK) of #aead15 color hex is 0.00, 0.01, 0.88, 0.32. Web safe color of #aead15 is #999900. Color #aead15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 00010101
Octal 256 255 25
Decimal 174 173 21
Hex AE AD 15

RGB Percentages of Color #aead15

%47.28
%47.01
%5.71

CMYK Percentages of Color #aead15

%0
%1
%88
%32

Triadic Colors of #aead15

#aead15 #15aead #ad15ae

Analogous Colors of #aead15

#aead15 #63ae15 #ae6115

Monochromatic Colors of #aead15

#aead15

Complementary Color

#aead15 #1516ae

#aead15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead15 Color CSS Codes

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

#aead15 Text Font Color

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

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


#aead15 Background Color

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

This div background color is #aead15


#aead15 Border Color

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

This div border color is #aead15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead15


Comments

No comments written yet.

Please login to write comment.