Color Hex Logo

#afa057 Color Hex

#AFA057
(175,160,87)
0 Favorites   0 Comments

Color spaces of #afa057

RGB 17516087
HSL0.140.350.51
HSV50°50°69°
CMYK 0.000.090.50   0.31
XYZ31.970334.943714.0766
Yxy34.94370.39470.4315
Hunter Lab59.1132-6.909627.2605
CIE-Lab65.7048-4.448139.7413

#afa057 color RGB value is (175,160,87).

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

The process color (four color CMYK) of #afa057 color hex is 0.00, 0.09, 0.50, 0.31. Web safe color of #afa057 is #999966. Color #afa057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 01010111
Octal 257 240 127
Decimal 175 160 87
Hex AF A0 57

RGB Percentages of Color #afa057

%41.47
%37.91
%20.62

CMYK Percentages of Color #afa057

%0
%9
%50
%31

Triadic Colors of #afa057

#afa057 #57afa0 #a057af

Analogous Colors of #afa057

#afa057 #92af57 #af7457

Monochromatic Colors of #afa057

#afa057

Complementary Color

#afa057 #5766af

#afa057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa057 Color CSS Codes

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

#afa057 Text Font Color

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

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


#afa057 Background Color

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

This div background color is #afa057


#afa057 Border Color

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

This div border color is #afa057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa057


Comments

No comments written yet.

Please login to write comment.