Color Hex Logo

#aeab73 Color Hex

#AEAB73
(174,171,115)
0 Favorites   0 Comments

Color spaces of #aeab73

RGB 174171115
HSL0.160.270.57
HSV57°34°68°
CMYK 0.000.020.34   0.32
XYZ35.113039.362321.9667
Yxy39.36230.36410.4081
Hunter Lab62.7394-9.893823.1586
CIE-Lab69.0129-7.667329.2739

#aeab73 color RGB value is (174,171,115).

#aeab73 hex color red value is 174, green value is 171 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #aeab73 hue: 0.16 , saturation: 0.27 and the lightness value of aeab73 is 0.57.

The process color (four color CMYK) of #aeab73 color hex is 0.00, 0.02, 0.34, 0.32. Web safe color of #aeab73 is #999966. Color #aeab73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 01110011
Octal 256 253 163
Decimal 174 171 115
Hex AE AB 73

RGB Percentages of Color #aeab73

%37.83
%37.17
%25.00

CMYK Percentages of Color #aeab73

%0
%2
%34
%32

Triadic Colors of #aeab73

#aeab73 #73aeab #ab73ae

Analogous Colors of #aeab73

#aeab73 #94ae73 #ae8e73

Monochromatic Colors of #aeab73

#aeab73

Complementary Color

#aeab73 #7376ae

#aeab73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeab73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeab73 Color CSS Codes

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

#aeab73 Text Font Color

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

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


#aeab73 Background Color

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

This div background color is #aeab73


#aeab73 Border Color

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

This div border color is #aeab73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeab73


Comments

No comments written yet.

Please login to write comment.