Color Hex Logo

#aea348 Color Hex

#AEA348
(174,163,72)
0 Favorites   0 Comments

Color spaces of #aea348

RGB 17416372
HSL0.150.410.48
HSV54°59°68°
CMYK 0.000.060.59   0.32
XYZ31.722535.660911.3422
Yxy35.66090.40300.4530
Hunter Lab59.7167-9.682230.5406
CIE-Lab66.2600-7.741947.7234

#aea348 color RGB value is (174,163,72).

#aea348 hex color red value is 174, green value is 163 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #aea348 hue: 0.15 , saturation: 0.41 and the lightness value of aea348 is 0.48.

The process color (four color CMYK) of #aea348 color hex is 0.00, 0.06, 0.59, 0.32. Web safe color of #aea348 is #999933. Color #aea348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 01001000
Octal 256 243 110
Decimal 174 163 72
Hex AE A3 48

RGB Percentages of Color #aea348

%42.54
%39.85
%17.60

CMYK Percentages of Color #aea348

%0
%6
%59
%32

Triadic Colors of #aea348

#aea348 #48aea3 #a348ae

Analogous Colors of #aea348

#aea348 #86ae48 #ae7048

Monochromatic Colors of #aea348

#aea348

Complementary Color

#aea348 #4853ae

#aea348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea348 Color CSS Codes

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

#aea348 Text Font Color

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

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


#aea348 Background Color

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

This div background color is #aea348


#aea348 Border Color

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

This div border color is #aea348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea348


Comments

No comments written yet.

Please login to write comment.