Color Hex Logo

#aeab67 Color Hex

#AEAB67
(174,171,103)
0 Favorites   0 Comments

Color spaces of #aeab67

RGB 174171103
HSL0.160.300.54
HSV57°41°68°
CMYK 0.000.020.41   0.32
XYZ34.466739.103818.5632
Yxy39.10380.37410.4244
Hunter Lab62.5330-11.047926.1726
CIE-Lab68.8264-9.078335.3534

#aeab67 color RGB value is (174,171,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 01100111
Octal 256 253 147
Decimal 174 171 103
Hex AE AB 67

RGB Percentages of Color #aeab67

%38.84
%38.17
%22.99

CMYK Percentages of Color #aeab67

%0
%2
%41
%32

Triadic Colors of #aeab67

#aeab67 #67aeab #ab67ae

Analogous Colors of #aeab67

#aeab67 #8eae67 #ae8867

Monochromatic Colors of #aeab67

#aeab67

Complementary Color

#aeab67 #676aae

#aeab67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeab67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeab67 Color CSS Codes

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

#aeab67 Text Font Color

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

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


#aeab67 Background Color

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

This div background color is #aeab67


#aeab67 Border Color

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

This div border color is #aeab67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeab67


Comments

No comments written yet.

Please login to write comment.