Color Hex Logo

#afa456 Color Hex

#AFA456
(175,164,86)
0 Favorites   0 Comments

Color spaces of #afa456

RGB 17516486
HSL0.150.360.51
HSV53°51°69°
CMYK 0.000.060.51   0.31
XYZ32.634436.336814.0978
Yxy36.33680.39290.4374
Hunter Lab60.2800-8.853728.3297
CIE-Lab66.7765-6.676141.5383

#afa456 color RGB value is (175,164,86).

#afa456 hex color red value is 175, green value is 164 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #afa456 hue: 0.15 , saturation: 0.36 and the lightness value of afa456 is 0.51.

The process color (four color CMYK) of #afa456 color hex is 0.00, 0.06, 0.51, 0.31. Web safe color of #afa456 is #999966. Color #afa456 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 01010110
Octal 257 244 126
Decimal 175 164 86
Hex AF A4 56

RGB Percentages of Color #afa456

%41.18
%38.59
%20.24

CMYK Percentages of Color #afa456

%0
%6
%51
%31

Triadic Colors of #afa456

#afa456 #56afa4 #a456af

Analogous Colors of #afa456

#afa456 #8eaf56 #af7856

Monochromatic Colors of #afa456

#afa456

Complementary Color

#afa456 #5661af

#afa456 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa456 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa456 Color CSS Codes

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

#afa456 Text Font Color

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

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


#afa456 Background Color

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

This div background color is #afa456


#afa456 Border Color

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

This div border color is #afa456


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa456


Comments

No comments written yet.

Please login to write comment.