Color Hex Logo

#aea833 Color Hex

#AEA833
(174,168,51)
0 Favorites   0 Comments

Color spaces of #aea833

RGB 17416851
HSL0.160.550.44
HSV57°71°68°
CMYK 0.000.030.71   0.32
XYZ32.055737.24308.6311
Yxy37.24300.41130.4779
Hunter Lab61.0270-13.036634.3335
CIE-Lab67.4589-11.699757.9804

#aea833 color RGB value is (174,168,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 00110011
Octal 256 250 63
Decimal 174 168 51
Hex AE A8 33

RGB Percentages of Color #aea833

%44.27
%42.75
%12.98

CMYK Percentages of Color #aea833

%0
%3
%71
%32

Triadic Colors of #aea833

#aea833 #33aea8 #a833ae

Analogous Colors of #aea833

#aea833 #77ae33 #ae6b33

Monochromatic Colors of #aea833

#aea833

Complementary Color

#aea833 #3339ae

#aea833 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea833 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea833 Color CSS Codes

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

#aea833 Text Font Color

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

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


#aea833 Background Color

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

This div background color is #aea833


#aea833 Border Color

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

This div border color is #aea833


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea833


Comments

No comments written yet.

Please login to write comment.