Color Hex Logo

#afa68d Color Hex

#AFA68D
(175,166,141)
0 Favorites   0 Comments

Color spaces of #afa68d

RGB 175166141
HSL0.120.180.62
HSV44°19°69°
CMYK 0.000.050.19   0.31
XYZ36.123138.309530.6899
Yxy38.30950.34360.3644
Hunter Lab61.8947-4.139113.9279
CIE-Lab68.2481-0.963114.1234

#afa68d color RGB value is (175,166,141).

#afa68d hex color red value is 175, green value is 166 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #afa68d hue: 0.12 , saturation: 0.18 and the lightness value of afa68d is 0.62.

The process color (four color CMYK) of #afa68d color hex is 0.00, 0.05, 0.19, 0.31. Web safe color of #afa68d is #999999. Color #afa68d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 10001101
Octal 257 246 215
Decimal 175 166 141
Hex AF A6 8D

RGB Percentages of Color #afa68d

%36.31
%34.44
%29.25

CMYK Percentages of Color #afa68d

%0
%5
%19
%31

Triadic Colors of #afa68d

#afa68d #8dafa6 #a68daf

Analogous Colors of #afa68d

#afa68d #a7af8d #af958d

Monochromatic Colors of #afa68d

#afa68d

Complementary Color

#afa68d #8d96af

#afa68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa68d Color CSS Codes

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

#afa68d Text Font Color

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

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


#afa68d Background Color

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

This div background color is #afa68d


#afa68d Border Color

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

This div border color is #afa68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa68d


Comments

No comments written yet.

Please login to write comment.