Color Hex Logo

#afa232 Color Hex

#AFA232
(175,162,50)
0 Favorites   0 Comments

Color spaces of #afa232

RGB 17516250
HSL0.150.560.44
HSV54°71°69°
CMYK 0.000.070.71   0.31
XYZ31.175235.18498.1659
Yxy35.18490.41830.4721
Hunter Lab59.3169-9.990133.3596
CIE-Lab65.8924-8.163456.8516

#afa232 color RGB value is (175,162,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 00110010
Octal 257 242 62
Decimal 175 162 50
Hex AF A2 32

RGB Percentages of Color #afa232

%45.22
%41.86
%12.92

CMYK Percentages of Color #afa232

%0
%7
%71
%31

Triadic Colors of #afa232

#afa232 #32afa2 #a232af

Analogous Colors of #afa232

#afa232 #7eaf32 #af6332

Monochromatic Colors of #afa232

#afa232

Complementary Color

#afa232 #323faf

#afa232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa232 Color CSS Codes

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

#afa232 Text Font Color

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

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


#afa232 Background Color

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

This div background color is #afa232


#afa232 Border Color

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

This div border color is #afa232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa232


Comments

No comments written yet.

Please login to write comment.