Color Hex Logo

#afa71e Color Hex

#AFA71E
(175,167,30)
0 Favorites   0 Comments

Color spaces of #afa71e

RGB 17516730
HSL0.160.710.40
HSV57°83°69°
CMYK 0.000.050.83   0.31
XYZ31.732336.84516.6676
Yxy36.84510.42170.4897
Hunter Lab60.7002-12.910635.9774
CIE-Lab67.1607-11.588364.5489

#afa71e color RGB value is (175,167,30).

#afa71e hex color red value is 175, green value is 167 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #afa71e hue: 0.16 , saturation: 0.71 and the lightness value of afa71e is 0.40.

The process color (four color CMYK) of #afa71e color hex is 0.00, 0.05, 0.83, 0.31. Web safe color of #afa71e is #999933. Color #afa71e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 00011110
Octal 257 247 36
Decimal 175 167 30
Hex AF A7 1E

RGB Percentages of Color #afa71e

%47.04
%44.89
%8.06

CMYK Percentages of Color #afa71e

%0
%5
%83
%31

Triadic Colors of #afa71e

#afa71e #1eafa7 #a71eaf

Analogous Colors of #afa71e

#afa71e #6faf1e #af5f1e

Monochromatic Colors of #afa71e

#afa71e

Complementary Color

#afa71e #1e26af

#afa71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa71e Color CSS Codes

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

#afa71e Text Font Color

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

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


#afa71e Background Color

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

This div background color is #afa71e


#afa71e Border Color

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

This div border color is #afa71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa71e


Comments

No comments written yet.

Please login to write comment.