Color Hex Logo

#aeae04 Color Hex

#AEAE04
(174,174,4)
0 Favorites   0 Comments

Color spaces of #aeae04

RGB 1741744
HSL0.170.960.35
HSV60°98°68°
CMYK 0.000.000.98   0.32
XYZ32.613539.27955.9777
Yxy39.27950.41880.5044
Hunter Lab62.6734-16.791938.2164
CIE-Lab68.9532-16.133570.4581

#aeae04 color RGB value is (174,174,4).

#aeae04 hex color red value is 174, green value is 174 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #aeae04 hue: 0.17 , saturation: 0.96 and the lightness value of aeae04 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 00000100
Octal 256 256 4
Decimal 174 174 4
Hex AE AE 4

RGB Percentages of Color #aeae04

%49.43
%49.43
%1.14

CMYK Percentages of Color #aeae04

%0
%0
%98
%32

Triadic Colors of #aeae04

#aeae04 #04aeae #ae04ae

Analogous Colors of #aeae04

#aeae04 #59ae04 #ae5904

Monochromatic Colors of #aeae04

#aeae04

Complementary Color

#aeae04 #0404ae

#aeae04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae04 Color CSS Codes

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

#aeae04 Text Font Color

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

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


#aeae04 Background Color

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

This div background color is #aeae04


#aeae04 Border Color

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

This div border color is #aeae04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae04


Comments

No comments written yet.

Please login to write comment.