Color Hex Logo

#aead25 Color Hex

#AEAD25
(174,173,37)
0 Favorites   0 Comments

Color spaces of #aead25

RGB 17417337
HSL0.170.650.41
HSV60°79°68°
CMYK 0.000.010.79   0.32
XYZ32.733139.01947.5565
Yxy39.01940.41270.4920
Hunter Lab62.4655-15.777336.5535
CIE-Lab68.7653-14.896163.9575

#aead25 color RGB value is (174,173,37).

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

The process color (four color CMYK) of #aead25 color hex is 0.00, 0.01, 0.79, 0.32. Web safe color of #aead25 is #999933. Color #aead25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 00100101
Octal 256 255 45
Decimal 174 173 37
Hex AE AD 25

RGB Percentages of Color #aead25

%45.31
%45.05
%9.64

CMYK Percentages of Color #aead25

%0
%1
%79
%32

Triadic Colors of #aead25

#aead25 #25aead #ad25ae

Analogous Colors of #aead25

#aead25 #6bae25 #ae6925

Monochromatic Colors of #aead25

#aead25

Complementary Color

#aead25 #2526ae

#aead25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead25 Color CSS Codes

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

#aead25 Text Font Color

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

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


#aead25 Background Color

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

This div background color is #aead25


#aead25 Border Color

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

This div border color is #aead25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead25


Comments

No comments written yet.

Please login to write comment.