Color Hex Logo

#aea368 Color Hex

#AEA368
(174,163,104)
0 Favorites   0 Comments

Color spaces of #aea368

RGB 174163104
HSL0.140.300.55
HSV51°40°68°
CMYK 0.000.060.40   0.32
XYZ33.051436.192518.3406
Yxy36.19250.37740.4132
Hunter Lab60.1602-7.214324.0368
CIE-Lab66.6667-4.718232.0750

#aea368 color RGB value is (174,163,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 01101000
Octal 256 243 150
Decimal 174 163 104
Hex AE A3 68

RGB Percentages of Color #aea368

%39.46
%36.96
%23.58

CMYK Percentages of Color #aea368

%0
%6
%40
%32

Triadic Colors of #aea368

#aea368 #68aea3 #a368ae

Analogous Colors of #aea368

#aea368 #96ae68 #ae8068

Monochromatic Colors of #aea368

#aea368

Complementary Color

#aea368 #6873ae

#aea368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea368 Color CSS Codes

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

#aea368 Text Font Color

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

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


#aea368 Background Color

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

This div background color is #aea368


#aea368 Border Color

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

This div border color is #aea368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea368


Comments

No comments written yet.

Please login to write comment.