Color Hex Logo

#aea768 Color Hex

#AEA768
(174,167,104)
0 Favorites   0 Comments

Color spaces of #aea768

RGB 174167104
HSL0.150.300.55
HSV54°40°68°
CMYK 0.000.040.40   0.32
XYZ33.773037.635618.5811
Yxy37.63560.37530.4182
Hunter Lab61.3479-9.091624.9857
CIE-Lab67.7512-6.852033.4640

#aea768 color RGB value is (174,167,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100111 01101000
Octal 256 247 150
Decimal 174 167 104
Hex AE A7 68

RGB Percentages of Color #aea768

%39.10
%37.53
%23.37

CMYK Percentages of Color #aea768

%0
%4
%40
%32

Triadic Colors of #aea768

#aea768 #68aea7 #a768ae

Analogous Colors of #aea768

#aea768 #92ae68 #ae8468

Monochromatic Colors of #aea768

#aea768

Complementary Color

#aea768 #686fae

#aea768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea768 Color CSS Codes

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

#aea768 Text Font Color

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

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


#aea768 Background Color

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

This div background color is #aea768


#aea768 Border Color

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

This div border color is #aea768


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,167,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 #aea768">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea768


Comments

No comments written yet.

Please login to write comment.