Color Hex Logo

#afac3e Color Hex

#AFAC3E
(175,172,62)
0 Favorites   0 Comments

Color spaces of #afac3e

RGB 17517262
HSL0.160.480.46
HSV58°65°69°
CMYK 0.000.020.65   0.31
XYZ33.301238.966810.3236
Yxy38.96680.40320.4718
Hunter Lab62.4234-14.016033.8910
CIE-Lab68.7272-12.715954.8830

#afac3e color RGB value is (175,172,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 00111110
Octal 257 254 76
Decimal 175 172 62
Hex AF AC 3E

RGB Percentages of Color #afac3e

%42.79
%42.05
%15.16

CMYK Percentages of Color #afac3e

%0
%2
%65
%31

Triadic Colors of #afac3e

#afac3e #3eafac #ac3eaf

Analogous Colors of #afac3e

#afac3e #7aaf3e #af743e

Monochromatic Colors of #afac3e

#afac3e

Complementary Color

#afac3e #3e41af

#afac3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afac3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afac3e Color CSS Codes

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

#afac3e Text Font Color

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

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


#afac3e Background Color

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

This div background color is #afac3e


#afac3e Border Color

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

This div border color is #afac3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afac3e


Comments

No comments written yet.

Please login to write comment.