Color Hex Logo

#afaa67 Color Hex

#AFAA67
(175,170,103)
0 Favorites   0 Comments

Color spaces of #afaa67

RGB 175170103
HSL0.160.310.55
HSV56°41°69°
CMYK 0.000.030.41   0.31
XYZ34.502138.842718.5109
Yxy38.84270.37560.4229
Hunter Lab62.3239-10.250426.0169
CIE-Lab68.6372-8.140635.1314

#afaa67 color RGB value is (175,170,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 01100111
Octal 257 252 147
Decimal 175 170 103
Hex AF AA 67

RGB Percentages of Color #afaa67

%39.06
%37.95
%22.99

CMYK Percentages of Color #afaa67

%0
%3
%41
%31

Triadic Colors of #afaa67

#afaa67 #67afaa #aa67af

Analogous Colors of #afaa67

#afaa67 #90af67 #af8667

Monochromatic Colors of #afaa67

#afaa67

Complementary Color

#afaa67 #676caf

#afaa67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa67 Color CSS Codes

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

#afaa67 Text Font Color

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

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


#afaa67 Background Color

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

This div background color is #afaa67


#afaa67 Border Color

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

This div border color is #afaa67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa67


Comments

No comments written yet.

Please login to write comment.