Color Hex Logo

#afac69 Color Hex

#AFAC69
(175,172,105)
0 Favorites   0 Comments

Color spaces of #afac69

RGB 175172105
HSL0.160.300.55
HSV57°40°69°
CMYK 0.000.020.40   0.31
XYZ34.981539.638919.1720
Yxy39.63890.37300.4226
Hunter Lab62.9594-11.000926.0170
CIE-Lab69.2116-8.972134.8182

#afac69 color RGB value is (175,172,105).

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

The process color (four color CMYK) of #afac69 color hex is 0.00, 0.02, 0.40, 0.31. Web safe color of #afac69 is #999966. Color #afac69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 01101001
Octal 257 254 151
Decimal 175 172 105
Hex AF AC 69

RGB Percentages of Color #afac69

%38.72
%38.05
%23.23

CMYK Percentages of Color #afac69

%0
%2
%40
%31

Triadic Colors of #afac69

#afac69 #69afac #ac69af

Analogous Colors of #afac69

#afac69 #8faf69 #af8969

Monochromatic Colors of #afac69

#afac69

Complementary Color

#afac69 #696caf

#afac69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afac69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afac69 Color CSS Codes

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

#afac69 Text Font Color

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

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


#afac69 Background Color

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

This div background color is #afac69


#afac69 Border Color

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

This div border color is #afac69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afac69


Comments

No comments written yet.

Please login to write comment.