Color Hex Logo

#aea823 Color Hex

#AEA823
(174,168,35)
0 Favorites   0 Comments

Color spaces of #aea823

RGB 17416835
HSL0.160.670.41
HSV57°80°68°
CMYK 0.000.030.80   0.32
XYZ31.761637.12537.0820
Yxy37.12530.41810.4887
Hunter Lab60.9305-13.580735.7601
CIE-Lab67.3709-12.387963.3110

#aea823 color RGB value is (174,168,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 00100011
Octal 256 250 43
Decimal 174 168 35
Hex AE A8 23

RGB Percentages of Color #aea823

%46.15
%44.56
%9.28

CMYK Percentages of Color #aea823

%0
%3
%80
%32

Triadic Colors of #aea823

#aea823 #23aea8 #a823ae

Analogous Colors of #aea823

#aea823 #6fae23 #ae6323

Monochromatic Colors of #aea823

#aea823

Complementary Color

#aea823 #2329ae

#aea823 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea823 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea823 Color CSS Codes

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

#aea823 Text Font Color

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

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


#aea823 Background Color

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

This div background color is #aea823


#aea823 Border Color

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

This div border color is #aea823


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea823


Comments

No comments written yet.

Please login to write comment.