Color Hex Logo

#afa229 Color Hex

#AFA229
(175,162,41)
0 Favorites   0 Comments

Color spaces of #afa229

RGB 17516241
HSL0.150.620.42
HSV54°77°69°
CMYK 0.000.070.77   0.31
XYZ30.999835.11477.2418
Yxy35.11470.42260.4787
Hunter Lab59.2577-10.321234.2346
CIE-Lab65.8379-8.576460.0674

#afa229 color RGB value is (175,162,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 00101001
Octal 257 242 51
Decimal 175 162 41
Hex AF A2 29

RGB Percentages of Color #afa229

%46.30
%42.86
%10.85

CMYK Percentages of Color #afa229

%0
%7
%77
%31

Triadic Colors of #afa229

#afa229 #29afa2 #a229af

Analogous Colors of #afa229

#afa229 #79af29 #af5f29

Monochromatic Colors of #afa229

#afa229

Complementary Color

#afa229 #2936af

#afa229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa229 Color CSS Codes

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

#afa229 Text Font Color

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

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


#afa229 Background Color

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

This div background color is #afa229


#afa229 Border Color

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

This div border color is #afa229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa229


Comments

No comments written yet.

Please login to write comment.