Color Hex Logo

#aead65 Color Hex

#AEAD65
(174,173,101)
0 Favorites   0 Comments

Color spaces of #aead65

RGB 174173101
HSL0.160.310.54
HSV59°42°68°
CMYK 0.000.010.42   0.32
XYZ34.748139.825418.1676
Yxy39.82540.37470.4294
Hunter Lab63.1074-12.152527.1065
CIE-Lab69.3450-10.345937.0410

#aead65 color RGB value is (174,173,101).

#aead65 hex color red value is 174, green value is 173 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #aead65 hue: 0.16 , saturation: 0.31 and the lightness value of aead65 is 0.54.

The process color (four color CMYK) of #aead65 color hex is 0.00, 0.01, 0.42, 0.32. Web safe color of #aead65 is #999966. Color #aead65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 01100101
Octal 256 255 145
Decimal 174 173 101
Hex AE AD 65

RGB Percentages of Color #aead65

%38.84
%38.62
%22.54

CMYK Percentages of Color #aead65

%0
%1
%42
%32

Triadic Colors of #aead65

#aead65 #65aead #ad65ae

Analogous Colors of #aead65

#aead65 #8bae65 #ae8965

Monochromatic Colors of #aead65

#aead65

Complementary Color

#aead65 #6566ae

#aead65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead65 Color CSS Codes

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

#aead65 Text Font Color

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

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


#aead65 Background Color

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

This div background color is #aead65


#aead65 Border Color

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

This div border color is #aead65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead65


Comments

No comments written yet.

Please login to write comment.