Color Hex Logo

#aea602 Color Hex

#AEA602
(174,166,2)
0 Favorites   0 Comments

Color spaces of #aea602

RGB 1741662
HSL0.160.980.35
HSV57°99°68°
CMYK 0.000.050.99   0.32
XYZ31.102736.27555.4200
Yxy36.27550.42720.4983
Hunter Lab60.2291-13.222536.8249
CIE-Lab66.7299-12.040969.0662

#aea602 color RGB value is (174,166,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 00000010
Octal 256 246 2
Decimal 174 166 2
Hex AE A6 2

RGB Percentages of Color #aea602

%50.88
%48.54
%0.58

CMYK Percentages of Color #aea602

%0
%5
%99
%32

Triadic Colors of #aea602

#aea602 #02aea6 #a602ae

Analogous Colors of #aea602

#aea602 #60ae02 #ae5002

Monochromatic Colors of #aea602

#aea602

Complementary Color

#aea602 #020aae

#aea602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea602 Color CSS Codes

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

#aea602 Text Font Color

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

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


#aea602 Background Color

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

This div background color is #aea602


#aea602 Border Color

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

This div border color is #aea602


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea602

#aea602 Color Palettes


Comments

No comments written yet.

Please login to write comment.