Color Hex Logo

#aeab04 Color Hex

#AEAB04
(174,171,4)
0 Favorites   0 Comments

Color spaces of #aeab04

RGB 1741714
HSL0.160.960.35
HSV59°98°68°
CMYK 0.000.020.98   0.32
XYZ32.040438.13335.7866
Yxy38.13330.42180.5020
Hunter Lab61.7522-15.450737.6706
CIE-Lab68.1187-14.599069.8381

#aeab04 color RGB value is (174,171,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 00000100
Octal 256 253 4
Decimal 174 171 4
Hex AE AB 4

RGB Percentages of Color #aeab04

%49.86
%49.00
%1.15

CMYK Percentages of Color #aeab04

%0
%2
%98
%32

Triadic Colors of #aeab04

#aeab04 #04aeab #ab04ae

Analogous Colors of #aeab04

#aeab04 #5cae04 #ae5604

Monochromatic Colors of #aeab04

#aeab04

Complementary Color

#aeab04 #0407ae

#aeab04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeab04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeab04 Color CSS Codes

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

#aeab04 Text Font Color

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

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


#aeab04 Background Color

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

This div background color is #aeab04


#aeab04 Border Color

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

This div border color is #aeab04


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,171,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 #aeab04">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeab04


Comments

No comments written yet.

Please login to write comment.