Color Hex Logo

#afa75d Color Hex

#AFA75D
(175,167,93)
0 Favorites   0 Comments

Color spaces of #afa75d

RGB 17516793
HSL0.150.340.53
HSV54°47°69°
CMYK 0.000.050.47   0.31
XYZ33.473737.541715.8379
Yxy37.54170.38540.4322
Hunter Lab61.2713-9.706727.5641
CIE-Lab67.6815-7.600839.0961

#afa75d color RGB value is (175,167,93).

#afa75d hex color red value is 175, green value is 167 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #afa75d hue: 0.15 , saturation: 0.34 and the lightness value of afa75d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 01011101
Octal 257 247 135
Decimal 175 167 93
Hex AF A7 5D

RGB Percentages of Color #afa75d

%40.23
%38.39
%21.38

CMYK Percentages of Color #afa75d

%0
%5
%47
%31

Triadic Colors of #afa75d

#afa75d #5dafa7 #a75daf

Analogous Colors of #afa75d

#afa75d #8eaf5d #af7e5d

Monochromatic Colors of #afa75d

#afa75d

Complementary Color

#afa75d #5d65af

#afa75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa75d Color CSS Codes

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

#afa75d Text Font Color

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

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


#afa75d Background Color

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

This div background color is #afa75d


#afa75d Border Color

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

This div border color is #afa75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa75d


Comments

No comments written yet.

Please login to write comment.