Color Hex Logo

#aead07 Color Hex

#AEAD07
(174,173,7)
0 Favorites   0 Comments

Color spaces of #aead07

RGB 1741737
HSL0.170.920.35
HSV60°96°68°
CMYK 0.000.010.96   0.32
XYZ32.437538.90126.0000
Yxy38.90120.41940.5030
Hunter Lab62.3708-16.315637.9560
CIE-Lab68.6796-15.585069.8919

#aead07 color RGB value is (174,173,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 00000111
Octal 256 255 7
Decimal 174 173 7
Hex AE AD 7

RGB Percentages of Color #aead07

%49.15
%48.87
%1.98

CMYK Percentages of Color #aead07

%0
%1
%96
%32

Triadic Colors of #aead07

#aead07 #07aead #ad07ae

Analogous Colors of #aead07

#aead07 #5cae07 #ae5907

Monochromatic Colors of #aead07

#aead07

Complementary Color

#aead07 #0708ae

#aead07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead07 Color CSS Codes

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

#aead07 Text Font Color

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

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


#aead07 Background Color

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

This div background color is #aead07


#aead07 Border Color

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

This div border color is #aead07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead07


Comments

No comments written yet.

Please login to write comment.