Color Hex Logo

#aead18 Color Hex

#AEAD18
(174,173,24)
0 Favorites   0 Comments

Color spaces of #aead18

RGB 17417324
HSL0.170.760.39
HSV60°86°68°
CMYK 0.000.010.86   0.32
XYZ32.564038.95186.6663
Yxy38.95180.41650.4982
Hunter Lab62.4114-16.085137.3551
CIE-Lab68.7163-15.289567.2363

#aead18 color RGB value is (174,173,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 00011000
Octal 256 255 30
Decimal 174 173 24
Hex AE AD 18

RGB Percentages of Color #aead18

%46.90
%46.63
%6.47

CMYK Percentages of Color #aead18

%0
%1
%86
%32

Triadic Colors of #aead18

#aead18 #18aead #ad18ae

Analogous Colors of #aead18

#aead18 #64ae18 #ae6218

Monochromatic Colors of #aead18

#aead18

Complementary Color

#aead18 #1819ae

#aead18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead18 Color CSS Codes

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

#aead18 Text Font Color

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

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


#aead18 Background Color

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

This div background color is #aead18


#aead18 Border Color

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

This div border color is #aead18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead18


Comments

No comments written yet.

Please login to write comment.