Color Hex Logo

#aead5b Color Hex

#AEAD5B
(174,173,91)
0 Favorites   0 Comments

Color spaces of #aead5b

RGB 17417391
HSL0.160.340.52
HSV59°48°68°
CMYK 0.000.010.48   0.32
XYZ34.287539.641115.7419
Yxy39.64110.38240.4421
Hunter Lab62.9612-12.974229.2488
CIE-Lab69.2131-11.364341.9499

#aead5b color RGB value is (174,173,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 01011011
Octal 256 255 133
Decimal 174 173 91
Hex AE AD 5B

RGB Percentages of Color #aead5b

%39.73
%39.50
%20.78

CMYK Percentages of Color #aead5b

%0
%1
%48
%32

Triadic Colors of #aead5b

#aead5b #5baead #ad5bae

Analogous Colors of #aead5b

#aead5b #86ae5b #ae845b

Monochromatic Colors of #aead5b

#aead5b

Complementary Color

#aead5b #5b5cae

#aead5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead5b Color CSS Codes

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

#aead5b Text Font Color

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

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


#aead5b Background Color

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

This div background color is #aead5b


#aead5b Border Color

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

This div border color is #aead5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead5b


Comments

No comments written yet.

Please login to write comment.