Color Hex Logo

#afa257 Color Hex

#AFA257
(175,162,87)
0 Favorites   0 Comments

Color spaces of #afa257

RGB 17516287
HSL0.140.350.51
HSV51°50°69°
CMYK 0.000.070.50   0.31
XYZ32.319835.642714.1931
Yxy35.64270.39340.4338
Hunter Lab59.7015-7.845527.6958
CIE-Lab66.2460-5.518340.3962

#afa257 color RGB value is (175,162,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 01010111
Octal 257 242 127
Decimal 175 162 87
Hex AF A2 57

RGB Percentages of Color #afa257

%41.27
%38.21
%20.52

CMYK Percentages of Color #afa257

%0
%7
%50
%31

Triadic Colors of #afa257

#afa257 #57afa2 #a257af

Analogous Colors of #afa257

#afa257 #90af57 #af7657

Monochromatic Colors of #afa257

#afa257

Complementary Color

#afa257 #5764af

#afa257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa257 Color CSS Codes

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

#afa257 Text Font Color

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

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


#afa257 Background Color

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

This div background color is #afa257


#afa257 Border Color

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

This div border color is #afa257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa257


Comments

No comments written yet.

Please login to write comment.