Color Hex Logo

#aea202 Color Hex

#AEA202
(174,162,2)
0 Favorites   0 Comments

Color spaces of #aea202

RGB 1741622
HSL0.160.980.35
HSV56°99°68°
CMYK 0.000.070.99   0.32
XYZ30.386834.84375.1814
Yxy34.84370.43160.4949
Hunter Lab59.0286-11.411536.1156
CIE-Lab65.6268-9.950368.2602

#aea202 color RGB value is (174,162,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100010 00000010
Octal 256 242 2
Decimal 174 162 2
Hex AE A2 2

RGB Percentages of Color #aea202

%51.48
%47.93
%0.59

CMYK Percentages of Color #aea202

%0
%7
%99
%32

Triadic Colors of #aea202

#aea202 #02aea2 #a202ae

Analogous Colors of #aea202

#aea202 #64ae02 #ae4c02

Monochromatic Colors of #aea202

#aea202

Complementary Color

#aea202 #020eae

#aea202 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea202 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea202 Color CSS Codes

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

#aea202 Text Font Color

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

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


#aea202 Background Color

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

This div background color is #aea202


#aea202 Border Color

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

This div border color is #aea202


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea202


Comments

No comments written yet.

Please login to write comment.