Color Hex Logo

#afac42 Color Hex

#AFAC42
(175,172,66)
0 Favorites   0 Comments

Color spaces of #afac42

RGB 17517266
HSL0.160.450.47
HSV58°62°69°
CMYK 0.000.020.62   0.31
XYZ33.415139.012410.9232
Yxy39.01240.40090.4681
Hunter Lab62.4599-13.810133.3531
CIE-Lab68.7602-12.456953.2075

#afac42 color RGB value is (175,172,66).

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

The process color (four color CMYK) of #afac42 color hex is 0.00, 0.02, 0.62, 0.31. Web safe color of #afac42 is #999933. Color #afac42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 01000010
Octal 257 254 102
Decimal 175 172 66
Hex AF AC 42

RGB Percentages of Color #afac42

%42.37
%41.65
%15.98

CMYK Percentages of Color #afac42

%0
%2
%62
%31

Triadic Colors of #afac42

#afac42 #42afac #ac42af

Analogous Colors of #afac42

#afac42 #7caf42 #af7642

Monochromatic Colors of #afac42

#afac42

Complementary Color

#afac42 #4245af

#afac42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afac42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afac42 Color CSS Codes

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

#afac42 Text Font Color

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

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


#afac42 Background Color

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

This div background color is #afac42


#afac42 Border Color

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

This div border color is #afac42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afac42


Comments

No comments written yet.

Please login to write comment.