Color Hex Logo

#aeae95 Color Hex

#AEAE95
(174,174,149)
0 Favorites   0 Comments

Color spaces of #aeae95

RGB 174174149
HSL0.170.130.63
HSV60°14°68°
CMYK 0.000.000.14   0.32
XYZ38.016441.440734.4289
Yxy41.44070.33380.3639
Hunter Lab64.3745-7.241913.3525
CIE-Lab70.4836-4.378712.8551

#aeae95 color RGB value is (174,174,149).

#aeae95 hex color red value is 174, green value is 174 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #aeae95 hue: 0.17 , saturation: 0.13 and the lightness value of aeae95 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 10010101
Octal 256 256 225
Decimal 174 174 149
Hex AE AE 95

RGB Percentages of Color #aeae95

%35.01
%35.01
%29.98

CMYK Percentages of Color #aeae95

%0
%0
%14
%32

Triadic Colors of #aeae95

#aeae95 #95aeae #ae95ae

Analogous Colors of #aeae95

#aeae95 #a2ae95 #aea295

Monochromatic Colors of #aeae95

#aeae95

Complementary Color

#aeae95 #9595ae

#aeae95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae95 Color CSS Codes

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

#aeae95 Text Font Color

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

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


#aeae95 Background Color

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

This div background color is #aeae95


#aeae95 Border Color

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

This div border color is #aeae95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae95


Comments

No comments written yet.

Please login to write comment.