Color Hex Logo

#afa93d Color Hex

#AFA93D
(175,169,61)
0 Favorites   0 Comments

Color spaces of #afa93d

RGB 17516961
HSL0.160.480.46
HSV57°65°69°
CMYK 0.000.030.65   0.31
XYZ32.709537.82689.9922
Yxy37.82680.40620.4697
Hunter Lab61.5035-12.699233.4199
CIE-Lab67.8928-11.219354.4308

#afa93d color RGB value is (175,169,61).

#afa93d hex color red value is 175, green value is 169 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #afa93d hue: 0.16 , saturation: 0.48 and the lightness value of afa93d is 0.46.

The process color (four color CMYK) of #afa93d color hex is 0.00, 0.03, 0.65, 0.31. Web safe color of #afa93d is #999933. Color #afa93d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 00111101
Octal 257 251 75
Decimal 175 169 61
Hex AF A9 3D

RGB Percentages of Color #afa93d

%43.21
%41.73
%15.06

CMYK Percentages of Color #afa93d

%0
%3
%65
%31

Triadic Colors of #afa93d

#afa93d #3dafa9 #a93daf

Analogous Colors of #afa93d

#afa93d #7caf3d #af703d

Monochromatic Colors of #afa93d

#afa93d

Complementary Color

#afa93d #3d43af

#afa93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa93d Color CSS Codes

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

#afa93d Text Font Color

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

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


#afa93d Background Color

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

This div background color is #afa93d


#afa93d Border Color

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

This div border color is #afa93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa93d


Comments

No comments written yet.

Please login to write comment.