Color Hex Logo

#aea827 Color Hex

#AEA827
(174,168,39)
0 Favorites   0 Comments

Color spaces of #aea827

RGB 17416839
HSL0.160.630.42
HSV57°78°68°
CMYK 0.000.030.78   0.32
XYZ31.824437.15047.4129
Yxy37.15040.41660.4863
Hunter Lab60.9511-13.464335.4549
CIE-Lab67.3897-12.240462.1097

#aea827 color RGB value is (174,168,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 00100111
Octal 256 250 47
Decimal 174 168 39
Hex AE A8 27

RGB Percentages of Color #aea827

%45.67
%44.09
%10.24

CMYK Percentages of Color #aea827

%0
%3
%78
%32

Triadic Colors of #aea827

#aea827 #27aea8 #a827ae

Analogous Colors of #aea827

#aea827 #71ae27 #ae6527

Monochromatic Colors of #aea827

#aea827

Complementary Color

#aea827 #272dae

#aea827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea827 Color CSS Codes

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

#aea827 Text Font Color

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

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


#aea827 Background Color

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

This div background color is #aea827


#aea827 Border Color

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

This div border color is #aea827


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea827


Comments

No comments written yet.

Please login to write comment.