Color Hex Logo

#afa332 Color Hex

#AFA332
(175,163,50)
0 Favorites   0 Comments

Color spaces of #afa332

RGB 17516350
HSL0.150.560.44
HSV54°71°69°
CMYK 0.000.070.71   0.31
XYZ31.352135.53868.2248
Yxy35.53860.41740.4731
Hunter Lab59.6143-10.448933.5499
CIE-Lab66.1659-8.691357.1208

#afa332 color RGB value is (175,163,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 00110010
Octal 257 243 62
Decimal 175 163 50
Hex AF A3 32

RGB Percentages of Color #afa332

%45.10
%42.01
%12.89

CMYK Percentages of Color #afa332

%0
%7
%71
%31

Triadic Colors of #afa332

#afa332 #32afa3 #a332af

Analogous Colors of #afa332

#afa332 #7daf32 #af6532

Monochromatic Colors of #afa332

#afa332

Complementary Color

#afa332 #323eaf

#afa332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa332 Color CSS Codes

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

#afa332 Text Font Color

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

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


#afa332 Background Color

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

This div background color is #afa332


#afa332 Border Color

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

This div border color is #afa332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa332


Comments

No comments written yet.

Please login to write comment.