Color Hex Logo

#aeab85 Color Hex

#AEAB85
(174,171,133)
0 Favorites   0 Comments

Color spaces of #aeab85

RGB 174171133
HSL0.150.200.60
HSV56°24°68°
CMYK 0.000.020.24   0.32
XYZ36.252139.817927.9652
Yxy39.81790.34850.3827
Hunter Lab63.1014-7.878317.8949
CIE-Lab69.3396-5.237320.0069

#aeab85 color RGB value is (174,171,133).

#aeab85 hex color red value is 174, green value is 171 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #aeab85 hue: 0.15 , saturation: 0.20 and the lightness value of aeab85 is 0.60.

The process color (four color CMYK) of #aeab85 color hex is 0.00, 0.02, 0.24, 0.32. Web safe color of #aeab85 is #999999. Color #aeab85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 10000101
Octal 256 253 205
Decimal 174 171 133
Hex AE AB 85

RGB Percentages of Color #aeab85

%36.40
%35.77
%27.82

CMYK Percentages of Color #aeab85

%0
%2
%24
%32

Triadic Colors of #aeab85

#aeab85 #85aeab #ab85ae

Analogous Colors of #aeab85

#aeab85 #9dae85 #ae9785

Monochromatic Colors of #aeab85

#aeab85

Complementary Color

#aeab85 #8588ae

#aeab85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeab85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeab85 Color CSS Codes

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

#aeab85 Text Font Color

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

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


#aeab85 Background Color

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

This div background color is #aeab85


#aeab85 Border Color

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

This div border color is #aeab85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeab85


Comments

No comments written yet.

Please login to write comment.