Color Hex Logo

#aea702 Color Hex

#AEA702
(174,167,2)
0 Favorites   0 Comments

Color spaces of #aea702

RGB 1741672
HSL0.160.980.35
HSV58°99°68°
CMYK 0.000.040.99   0.32
XYZ31.285236.64055.4808
Yxy36.64050.42620.4991
Hunter Lab60.5314-13.673637.0036
CIE-Lab67.0064-12.560469.2690

#aea702 color RGB value is (174,167,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100111 00000010
Octal 256 247 2
Decimal 174 167 2
Hex AE A7 2

RGB Percentages of Color #aea702

%50.73
%48.69
%0.58

CMYK Percentages of Color #aea702

%0
%4
%99
%32

Triadic Colors of #aea702

#aea702 #02aea7 #a702ae

Analogous Colors of #aea702

#aea702 #5fae02 #ae5102

Monochromatic Colors of #aea702

#aea702

Complementary Color

#aea702 #0209ae

#aea702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea702 Color CSS Codes

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

#aea702 Text Font Color

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

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


#aea702 Background Color

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

This div background color is #aea702


#aea702 Border Color

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

This div border color is #aea702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea702


Comments

No comments written yet.

Please login to write comment.