Color Hex Logo

#afa047 Color Hex

#AFA047
(175,160,71)
0 Favorites   0 Comments

Color spaces of #afa047

RGB 17516071
HSL0.140.420.48
HSV51°59°69°
CMYK 0.000.090.59   0.31
XYZ31.387334.710511.0067
Yxy34.71050.40710.4502
Hunter Lab58.9156-8.006430.1643
CIE-Lab65.5226-5.789647.3892

#afa047 color RGB value is (175,160,71).

#afa047 hex color red value is 175, green value is 160 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #afa047 hue: 0.14 , saturation: 0.42 and the lightness value of afa047 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 01000111
Octal 257 240 107
Decimal 175 160 71
Hex AF A0 47

RGB Percentages of Color #afa047

%43.10
%39.41
%17.49

CMYK Percentages of Color #afa047

%0
%9
%59
%31

Triadic Colors of #afa047

#afa047 #47afa0 #a047af

Analogous Colors of #afa047

#afa047 #8aaf47 #af6c47

Monochromatic Colors of #afa047

#afa047

Complementary Color

#afa047 #4756af

#afa047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa047 Color CSS Codes

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

#afa047 Text Font Color

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

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


#afa047 Background Color

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

This div background color is #afa047


#afa047 Border Color

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

This div border color is #afa047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa047


Comments

No comments written yet.

Please login to write comment.