Color Hex Logo

#aea468 Color Hex

#AEA468
(174,164,104)
0 Favorites   0 Comments

Color spaces of #aea468

RGB 174164104
HSL0.140.300.55
HSV51°40°68°
CMYK 0.000.060.40   0.32
XYZ33.229736.549118.4000
Yxy36.54910.37680.4145
Hunter Lab60.4559-7.684824.2739
CIE-Lab66.9374-5.253532.4224

#aea468 color RGB value is (174,164,104).

#aea468 hex color red value is 174, green value is 164 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #aea468 hue: 0.14 , saturation: 0.30 and the lightness value of aea468 is 0.55.

The process color (four color CMYK) of #aea468 color hex is 0.00, 0.06, 0.40, 0.32. Web safe color of #aea468 is #999966. Color #aea468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 01101000
Octal 256 244 150
Decimal 174 164 104
Hex AE A4 68

RGB Percentages of Color #aea468

%39.37
%37.10
%23.53

CMYK Percentages of Color #aea468

%0
%6
%40
%32

Triadic Colors of #aea468

#aea468 #68aea4 #a468ae

Analogous Colors of #aea468

#aea468 #95ae68 #ae8168

Monochromatic Colors of #aea468

#aea468

Complementary Color

#aea468 #6872ae

#aea468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea468 Color CSS Codes

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

#aea468 Text Font Color

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

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


#aea468 Background Color

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

This div background color is #aea468


#aea468 Border Color

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

This div border color is #aea468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea468


Comments

No comments written yet.

Please login to write comment.