Color Hex Logo

#afa457 Color Hex

#AFA457
(175,164,87)
0 Favorites   0 Comments

Color spaces of #afa457

RGB 17516487
HSL0.150.350.51
HSV53°50°69°
CMYK 0.000.060.50   0.31
XYZ32.675036.353014.3115
Yxy36.35300.39210.4362
Hunter Lab60.2934-8.778528.1321
CIE-Lab66.7888-6.583941.0508

#afa457 color RGB value is (175,164,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 01010111
Octal 257 244 127
Decimal 175 164 87
Hex AF A4 57

RGB Percentages of Color #afa457

%41.08
%38.50
%20.42

CMYK Percentages of Color #afa457

%0
%6
%50
%31

Triadic Colors of #afa457

#afa457 #57afa4 #a457af

Analogous Colors of #afa457

#afa457 #8eaf57 #af7857

Monochromatic Colors of #afa457

#afa457

Complementary Color

#afa457 #5762af

#afa457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa457 Color CSS Codes

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

#afa457 Text Font Color

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

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


#afa457 Background Color

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

This div background color is #afa457


#afa457 Border Color

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

This div border color is #afa457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa457


Comments

No comments written yet.

Please login to write comment.