Color Hex Logo

#aead10 Color Hex

#AEAD10
(174,173,16)
0 Favorites   0 Comments

Color spaces of #aead10

RGB 17417316
HSL0.170.830.37
HSV60°91°68°
CMYK 0.000.010.91   0.32
XYZ32.492738.92326.2906
Yxy38.92320.41810.5009
Hunter Lab62.3885-16.214737.6937
CIE-Lab68.6956-15.455768.7101

#aead10 color RGB value is (174,173,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 00010000
Octal 256 255 20
Decimal 174 173 16
Hex AE AD 10

RGB Percentages of Color #aead10

%47.93
%47.66
%4.41

CMYK Percentages of Color #aead10

%0
%1
%91
%32

Triadic Colors of #aead10

#aead10 #10aead #ad10ae

Analogous Colors of #aead10

#aead10 #60ae10 #ae5e10

Monochromatic Colors of #aead10

#aead10

Complementary Color

#aead10 #1011ae

#aead10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead10 Color CSS Codes

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

#aead10 Text Font Color

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

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


#aead10 Background Color

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

This div background color is #aead10


#aead10 Border Color

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

This div border color is #aead10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead10


Comments

No comments written yet.

Please login to write comment.