Color Hex Logo

#afa22c Color Hex

#AFA22C
(175,162,44)
0 Favorites   0 Comments

Color spaces of #afa22c

RGB 17516244
HSL0.150.600.43
HSV54°75°69°
CMYK 0.000.070.75   0.31
XYZ31.054135.13657.5282
Yxy35.13650.42130.4766
Hunter Lab59.2760-10.218833.9633
CIE-Lab65.8548-8.448659.0421

#afa22c color RGB value is (175,162,44).

#afa22c hex color red value is 175, green value is 162 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #afa22c hue: 0.15 , saturation: 0.60 and the lightness value of afa22c is 0.43.

The process color (four color CMYK) of #afa22c color hex is 0.00, 0.07, 0.75, 0.31. Web safe color of #afa22c is #999933. Color #afa22c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 00101100
Octal 257 242 54
Decimal 175 162 44
Hex AF A2 2C

RGB Percentages of Color #afa22c

%45.93
%42.52
%11.55

CMYK Percentages of Color #afa22c

%0
%7
%75
%31

Triadic Colors of #afa22c

#afa22c #2cafa2 #a22caf

Analogous Colors of #afa22c

#afa22c #7baf2c #af612c

Monochromatic Colors of #afa22c

#afa22c

Complementary Color

#afa22c #2c39af

#afa22c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa22c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa22c Color CSS Codes

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

#afa22c Text Font Color

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

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


#afa22c Background Color

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

This div background color is #afa22c


#afa22c Border Color

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

This div border color is #afa22c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa22c


Comments

No comments written yet.

Please login to write comment.