Color Hex Logo

#afa02e Color Hex

#AFA02E
(175,160,46)
0 Favorites   0 Comments

Color spaces of #afa02e

RGB 17516046
HSL0.150.580.43
HSV53°74°69°
CMYK 0.000.090.74   0.31
XYZ30.743134.45287.6145
Yxy34.45280.42220.4732
Hunter Lab58.6965-9.227133.3961
CIE-Lab65.3204-7.298657.8082

#afa02e color RGB value is (175,160,46).

#afa02e hex color red value is 175, green value is 160 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #afa02e hue: 0.15 , saturation: 0.58 and the lightness value of afa02e is 0.43.

The process color (four color CMYK) of #afa02e color hex is 0.00, 0.09, 0.74, 0.31. Web safe color of #afa02e is #999933. Color #afa02e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 00101110
Octal 257 240 56
Decimal 175 160 46
Hex AF A0 2E

RGB Percentages of Color #afa02e

%45.93
%41.99
%12.07

CMYK Percentages of Color #afa02e

%0
%9
%74
%31

Triadic Colors of #afa02e

#afa02e #2eafa0 #a02eaf

Analogous Colors of #afa02e

#afa02e #7eaf2e #af5f2e

Monochromatic Colors of #afa02e

#afa02e

Complementary Color

#afa02e #2e3daf

#afa02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa02e Color CSS Codes

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

#afa02e Text Font Color

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

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


#afa02e Background Color

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

This div background color is #afa02e


#afa02e Border Color

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

This div border color is #afa02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa02e


Comments

No comments written yet.

Please login to write comment.