Color Hex Logo

#afa25c Color Hex

#AFA25C
(175,162,92)
0 Favorites   0 Comments

Color spaces of #afa25c

RGB 17516292
HSL0.140.340.52
HSV51°47°69°
CMYK 0.000.070.47   0.31
XYZ32.531335.727315.3067
Yxy35.72730.38930.4275
Hunter Lab59.7723-7.452326.6574
CIE-Lab66.3110-5.039037.9226

#afa25c color RGB value is (175,162,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 01011100
Octal 257 242 134
Decimal 175 162 92
Hex AF A2 5C

RGB Percentages of Color #afa25c

%40.79
%37.76
%21.45

CMYK Percentages of Color #afa25c

%0
%7
%47
%31

Triadic Colors of #afa25c

#afa25c #5cafa2 #a25caf

Analogous Colors of #afa25c

#afa25c #93af5c #af795c

Monochromatic Colors of #afa25c

#afa25c

Complementary Color

#afa25c #5c69af

#afa25c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa25c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa25c Color CSS Codes

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

#afa25c Text Font Color

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

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


#afa25c Background Color

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

This div background color is #afa25c


#afa25c Border Color

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

This div border color is #afa25c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa25c


Comments

No comments written yet.

Please login to write comment.