Color Hex Logo

#afaa66 Color Hex

#AFAA66
(175,170,102)
0 Favorites   0 Comments

Color spaces of #afaa66

RGB 175170102
HSL0.160.310.54
HSV56°42°69°
CMYK 0.000.030.42   0.31
XYZ34.452238.822718.2481
Yxy38.82270.37640.4242
Hunter Lab62.3079-10.339926.2512
CIE-Lab68.6226-8.250035.6332

#afaa66 color RGB value is (175,170,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 01100110
Octal 257 252 146
Decimal 175 170 102
Hex AF AA 66

RGB Percentages of Color #afaa66

%39.15
%38.03
%22.82

CMYK Percentages of Color #afaa66

%0
%3
%42
%31

Triadic Colors of #afaa66

#afaa66 #66afaa #aa66af

Analogous Colors of #afaa66

#afaa66 #90af66 #af8666

Monochromatic Colors of #afaa66

#afaa66

Complementary Color

#afaa66 #666baf

#afaa66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa66 Color CSS Codes

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

#afaa66 Text Font Color

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

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


#afaa66 Background Color

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

This div background color is #afaa66


#afaa66 Border Color

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

This div border color is #afaa66


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,170,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 #afaa66">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa66

#afaa66 Color Palettes


Comments

No comments written yet.

Please login to write comment.