Color Hex Logo

#afa557 Color Hex

#AFA557
(175,165,87)
0 Favorites   0 Comments

Color spaces of #afa557

RGB 17516587
HSL0.150.350.51
HSV53°50°69°
CMYK 0.000.060.50   0.31
XYZ32.854636.712314.3714
Yxy36.71230.39140.4374
Hunter Lab60.5907-9.244128.3506
CIE-Lab67.0606-7.115241.3778

#afa557 color RGB value is (175,165,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 01010111
Octal 257 245 127
Decimal 175 165 87
Hex AF A5 57

RGB Percentages of Color #afa557

%40.98
%38.64
%20.37

CMYK Percentages of Color #afa557

%0
%6
%50
%31

Triadic Colors of #afa557

#afa557 #57afa5 #a557af

Analogous Colors of #afa557

#afa557 #8daf57 #af7957

Monochromatic Colors of #afa557

#afa557

Complementary Color

#afa557 #5761af

#afa557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa557 Color CSS Codes

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

#afa557 Text Font Color

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

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


#afa557 Background Color

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

This div background color is #afa557


#afa557 Border Color

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

This div border color is #afa557


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,165,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 #afa557">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa557


Comments

No comments written yet.

Please login to write comment.