Color Hex Logo

#aeab70 Color Hex

#AEAB70
(174,171,112)
0 Favorites   0 Comments

Color spaces of #aeab70

RGB 174171112
HSL0.160.280.56
HSV57°36°68°
CMYK 0.000.020.36   0.32
XYZ34.943139.294321.0721
Yxy39.29430.36660.4123
Hunter Lab62.6852-10.196323.9488
CIE-Lab68.9639-8.035830.8039

#aeab70 color RGB value is (174,171,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 01110000
Octal 256 253 160
Decimal 174 171 112
Hex AE AB 70

RGB Percentages of Color #aeab70

%38.07
%37.42
%24.51

CMYK Percentages of Color #aeab70

%0
%2
%36
%32

Triadic Colors of #aeab70

#aeab70 #70aeab #ab70ae

Analogous Colors of #aeab70

#aeab70 #92ae70 #ae8c70

Monochromatic Colors of #aeab70

#aeab70

Complementary Color

#aeab70 #7073ae

#aeab70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeab70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeab70 Color CSS Codes

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

#aeab70 Text Font Color

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

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


#aeab70 Background Color

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

This div background color is #aeab70


#aeab70 Border Color

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

This div border color is #aeab70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeab70


Comments

No comments written yet.

Please login to write comment.