Color Hex Logo

#aead17 Color Hex

#AEAD17
(174,173,23)
0 Favorites   0 Comments

Color spaces of #aead17

RGB 17417323
HSL0.170.770.39
HSV60°87°68°
CMYK 0.000.010.87   0.32
XYZ32.553838.94776.6125
Yxy38.94770.41670.4986
Hunter Lab62.4081-16.103637.4035
CIE-Lab68.7134-15.313267.4438

#aead17 color RGB value is (174,173,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 00010111
Octal 256 255 27
Decimal 174 173 23
Hex AE AD 17

RGB Percentages of Color #aead17

%47.03
%46.76
%6.22

CMYK Percentages of Color #aead17

%0
%1
%87
%32

Triadic Colors of #aead17

#aead17 #17aead #ad17ae

Analogous Colors of #aead17

#aead17 #64ae17 #ae6217

Monochromatic Colors of #aead17

#aead17

Complementary Color

#aead17 #1718ae

#aead17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead17 Color CSS Codes

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

#aead17 Text Font Color

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

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


#aead17 Background Color

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

This div background color is #aead17


#aead17 Border Color

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

This div border color is #aead17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead17


Comments

No comments written yet.

Please login to write comment.