Color Hex Logo

#aeae90 Color Hex

#AEAE90
(174,174,144)
0 Favorites   0 Comments

Color spaces of #aeae90

RGB 174174144
HSL0.170.160.62
HSV60°17°68°
CMYK 0.000.000.17   0.32
XYZ37.625741.284432.3712
Yxy41.28440.33810.3710
Hunter Lab64.2529-7.915315.1062
CIE-Lab70.3747-5.175815.4378

#aeae90 color RGB value is (174,174,144).

#aeae90 hex color red value is 174, green value is 174 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #aeae90 hue: 0.17 , saturation: 0.16 and the lightness value of aeae90 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 10010000
Octal 256 256 220
Decimal 174 174 144
Hex AE AE 90

RGB Percentages of Color #aeae90

%35.37
%35.37
%29.27

CMYK Percentages of Color #aeae90

%0
%0
%17
%32

Triadic Colors of #aeae90

#aeae90 #90aeae #ae90ae

Analogous Colors of #aeae90

#aeae90 #9fae90 #ae9f90

Monochromatic Colors of #aeae90

#aeae90

Complementary Color

#aeae90 #9090ae

#aeae90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae90 Color CSS Codes

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

#aeae90 Text Font Color

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

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


#aeae90 Background Color

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

This div background color is #aeae90


#aeae90 Border Color

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

This div border color is #aeae90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae90


Comments

No comments written yet.

Please login to write comment.