Color Hex Logo

#afa132 Color Hex

#AFA132
(175,161,50)
0 Favorites   0 Comments

Color spaces of #afa132

RGB 17516150
HSL0.150.560.44
HSV53°71°69°
CMYK 0.000.080.71   0.31
XYZ30.999834.83408.1074
Yxy34.83400.41920.4711
Hunter Lab59.0203-9.530433.1698
CIE-Lab65.6192-7.634056.5825

#afa132 color RGB value is (175,161,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 00110010
Octal 257 241 62
Decimal 175 161 50
Hex AF A1 32

RGB Percentages of Color #afa132

%45.34
%41.71
%12.95

CMYK Percentages of Color #afa132

%0
%8
%71
%31

Triadic Colors of #afa132

#afa132 #32afa1 #a132af

Analogous Colors of #afa132

#afa132 #7faf32 #af6232

Monochromatic Colors of #afa132

#afa132

Complementary Color

#afa132 #3240af

#afa132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa132 Color CSS Codes

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

#afa132 Text Font Color

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

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


#afa132 Background Color

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

This div background color is #afa132


#afa132 Border Color

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

This div border color is #afa132


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,161,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 #afa132">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa132


Comments

No comments written yet.

Please login to write comment.