Color Hex Logo

#aea832 Color Hex

#AEA832
(174,168,50)
0 Favorites   0 Comments

Color spaces of #aea832

RGB 17416850
HSL0.160.550.44
HSV57°71°68°
CMYK 0.000.030.71   0.32
XYZ32.033937.23428.5162
Yxy37.23420.41180.4787
Hunter Lab61.0198-13.076634.4391
CIE-Lab67.4524-11.750258.3521

#aea832 color RGB value is (174,168,50).

#aea832 hex color red value is 174, green value is 168 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #aea832 hue: 0.16 , saturation: 0.55 and the lightness value of aea832 is 0.44.

The process color (four color CMYK) of #aea832 color hex is 0.00, 0.03, 0.71, 0.32. Web safe color of #aea832 is #999933. Color #aea832 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 00110010
Octal 256 250 62
Decimal 174 168 50
Hex AE A8 32

RGB Percentages of Color #aea832

%44.39
%42.86
%12.76

CMYK Percentages of Color #aea832

%0
%3
%71
%32

Triadic Colors of #aea832

#aea832 #32aea8 #a832ae

Analogous Colors of #aea832

#aea832 #76ae32 #ae6a32

Monochromatic Colors of #aea832

#aea832

Complementary Color

#aea832 #3238ae

#aea832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea832 Color CSS Codes

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

#aea832 Text Font Color

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

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


#aea832 Background Color

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

This div background color is #aea832


#aea832 Border Color

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

This div border color is #aea832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea832


Comments

No comments written yet.

Please login to write comment.