Color Hex Logo

#afa982 Color Hex

#AFA982
(175,169,130)
0 Favorites   0 Comments

Color spaces of #afa982

RGB 175169130
HSL0.140.220.60
HSV52°26°69°
CMYK 0.000.030.26   0.31
XYZ35.896439.101626.7745
Yxy39.10160.35270.3842
Hunter Lab62.5313-6.960918.3852
CIE-Lab68.8248-4.208020.9498

#afa982 color RGB value is (175,169,130).

#afa982 hex color red value is 175, green value is 169 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #afa982 hue: 0.14 , saturation: 0.22 and the lightness value of afa982 is 0.60.

The process color (four color CMYK) of #afa982 color hex is 0.00, 0.03, 0.26, 0.31. Web safe color of #afa982 is #999999. Color #afa982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 10000010
Octal 257 251 202
Decimal 175 169 130
Hex AF A9 82

RGB Percentages of Color #afa982

%36.92
%35.65
%27.43

CMYK Percentages of Color #afa982

%0
%3
%26
%31

Triadic Colors of #afa982

#afa982 #82afa9 #a982af

Analogous Colors of #afa982

#afa982 #9faf82 #af9382

Monochromatic Colors of #afa982

#afa982

Complementary Color

#afa982 #8288af

#afa982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa982 Color CSS Codes

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

#afa982 Text Font Color

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

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


#afa982 Background Color

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

This div background color is #afa982


#afa982 Border Color

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

This div border color is #afa982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa982


Comments

No comments written yet.

Please login to write comment.