Color Hex Logo

#aeae0d Color Hex

#AEAE0D
(174,174,13)
0 Favorites   0 Comments

Color spaces of #aeae0d

RGB 17417413
HSL0.170.860.37
HSV60°93°68°
CMYK 0.000.000.93   0.32
XYZ32.664339.29986.2448
Yxy39.29980.41770.5025
Hunter Lab62.6896-16.699637.9765
CIE-Lab68.9679-16.014969.3676

#aeae0d color RGB value is (174,174,13).

#aeae0d hex color red value is 174, green value is 174 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #aeae0d hue: 0.17 , saturation: 0.86 and the lightness value of aeae0d is 0.37.

The process color (four color CMYK) of #aeae0d color hex is 0.00, 0.00, 0.93, 0.32. Web safe color of #aeae0d is #999900. Color #aeae0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 00001101
Octal 256 256 15
Decimal 174 174 13
Hex AE AE D

RGB Percentages of Color #aeae0d

%48.20
%48.20
%3.60

CMYK Percentages of Color #aeae0d

%0
%0
%93
%32

Triadic Colors of #aeae0d

#aeae0d #0daeae #ae0dae

Analogous Colors of #aeae0d

#aeae0d #5dae0d #ae5e0d

Monochromatic Colors of #aeae0d

#aeae0d

Complementary Color

#aeae0d #0d0dae

#aeae0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae0d Color CSS Codes

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

#aeae0d Text Font Color

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

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


#aeae0d Background Color

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

This div background color is #aeae0d


#aeae0d Border Color

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

This div border color is #aeae0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae0d


Comments

No comments written yet.

Please login to write comment.