Color Hex Logo

#afa466 Color Hex

#AFA466
(175,164,102)
0 Favorites   0 Comments

Color spaces of #afa466

RGB 175164102
HSL0.140.310.54
HSV51°42°69°
CMYK 0.000.060.42   0.31
XYZ33.352936.624217.8817
Yxy36.62420.37960.4169
Hunter Lab60.5179-7.530724.8437
CIE-Lab66.9941-5.063433.5684

#afa466 color RGB value is (175,164,102).

#afa466 hex color red value is 175, green value is 164 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #afa466 hue: 0.14 , saturation: 0.31 and the lightness value of afa466 is 0.54.

The process color (four color CMYK) of #afa466 color hex is 0.00, 0.06, 0.42, 0.31. Web safe color of #afa466 is #999966. Color #afa466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 01100110
Octal 257 244 146
Decimal 175 164 102
Hex AF A4 66

RGB Percentages of Color #afa466

%39.68
%37.19
%23.13

CMYK Percentages of Color #afa466

%0
%6
%42
%31

Triadic Colors of #afa466

#afa466 #66afa4 #a466af

Analogous Colors of #afa466

#afa466 #96af66 #af8066

Monochromatic Colors of #afa466

#afa466

Complementary Color

#afa466 #6671af

#afa466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa466 Color CSS Codes

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

#afa466 Text Font Color

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

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


#afa466 Background Color

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

This div background color is #afa466


#afa466 Border Color

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

This div border color is #afa466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa466


Comments

No comments written yet.

Please login to write comment.