Color Hex Logo

#afa57d Color Hex

#AFA57D
(175,165,125)
0 Favorites   0 Comments

Color spaces of #afa57d

RGB 175165125
HSL0.130.240.59
HSV48°29°69°
CMYK 0.000.060.29   0.31
XYZ34.836037.504924.8052
Yxy37.50490.35860.3861
Hunter Lab61.2412-5.635618.8540
CIE-Lab67.6541-2.756422.0820

#afa57d color RGB value is (175,165,125).

#afa57d hex color red value is 175, green value is 165 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #afa57d hue: 0.13 , saturation: 0.24 and the lightness value of afa57d is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 01111101
Octal 257 245 175
Decimal 175 165 125
Hex AF A5 7D

RGB Percentages of Color #afa57d

%37.63
%35.48
%26.88

CMYK Percentages of Color #afa57d

%0
%6
%29
%31

Triadic Colors of #afa57d

#afa57d #7dafa5 #a57daf

Analogous Colors of #afa57d

#afa57d #a0af7d #af8c7d

Monochromatic Colors of #afa57d

#afa57d

Complementary Color

#afa57d #7d87af

#afa57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa57d Color CSS Codes

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

#afa57d Text Font Color

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

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


#afa57d Background Color

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

This div background color is #afa57d


#afa57d Border Color

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

This div border color is #afa57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa57d


Comments

No comments written yet.

Please login to write comment.