Color Hex Logo

#aea938 Color Hex

#AEA938
(174,169,56)
0 Favorites   0 Comments

Color spaces of #aea938

RGB 17416956
HSL0.160.510.45
HSV57°68°68°
CMYK 0.000.030.68   0.32
XYZ32.357337.66019.3051
Yxy37.66010.40790.4748
Hunter Lab61.3678-13.276333.9674
CIE-Lab67.7693-11.949556.3351

#aea938 color RGB value is (174,169,56).

#aea938 hex color red value is 174, green value is 169 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #aea938 hue: 0.16 , saturation: 0.51 and the lightness value of aea938 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 00111000
Octal 256 251 70
Decimal 174 169 56
Hex AE A9 38

RGB Percentages of Color #aea938

%43.61
%42.36
%14.04

CMYK Percentages of Color #aea938

%0
%3
%68
%32

Triadic Colors of #aea938

#aea938 #38aea9 #a938ae

Analogous Colors of #aea938

#aea938 #78ae38 #ae6e38

Monochromatic Colors of #aea938

#aea938

Complementary Color

#aea938 #383dae

#aea938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea938 Color CSS Codes

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

#aea938 Text Font Color

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

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


#aea938 Background Color

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

This div background color is #aea938


#aea938 Border Color

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

This div border color is #aea938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea938


Comments

No comments written yet.

Please login to write comment.