Color Hex Logo

#afac20 Color Hex

#AFAC20
(175,172,32)
0 Favorites   0 Comments

Color spaces of #afac20

RGB 17517232
HSL0.160.690.41
HSV59°82°69°
CMYK 0.000.020.82   0.31
XYZ32.692438.72337.1178
Yxy38.72330.41630.4931
Hunter Lab62.2280-15.121536.7779
CIE-Lab68.5504-14.114865.2092

#afac20 color RGB value is (175,172,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 00100000
Octal 257 254 40
Decimal 175 172 32
Hex AF AC 20

RGB Percentages of Color #afac20

%46.17
%45.38
%8.44

CMYK Percentages of Color #afac20

%0
%2
%82
%31

Triadic Colors of #afac20

#afac20 #20afac #ac20af

Analogous Colors of #afac20

#afac20 #6baf20 #af6520

Monochromatic Colors of #afac20

#afac20

Complementary Color

#afac20 #2023af

#afac20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afac20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afac20 Color CSS Codes

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

#afac20 Text Font Color

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

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


#afac20 Background Color

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

This div background color is #afac20


#afac20 Border Color

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

This div border color is #afac20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afac20


Comments

No comments written yet.

Please login to write comment.