Color Hex Logo

#afa13a Color Hex

#AFA13A
(175,161,58)
0 Favorites   0 Comments

Color spaces of #afa13a

RGB 17516158
HSL0.150.500.46
HSV53°67°69°
CMYK 0.000.080.67   0.31
XYZ31.187834.90929.0974
Yxy34.90920.41480.4643
Hunter Lab59.0840-9.174932.2297
CIE-Lab65.6779-7.192653.3896

#afa13a color RGB value is (175,161,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 00111010
Octal 257 241 72
Decimal 175 161 58
Hex AF A1 3A

RGB Percentages of Color #afa13a

%44.42
%40.86
%14.72

CMYK Percentages of Color #afa13a

%0
%8
%67
%31

Triadic Colors of #afa13a

#afa13a #3aafa1 #a13aaf

Analogous Colors of #afa13a

#afa13a #83af3a #af673a

Monochromatic Colors of #afa13a

#afa13a

Complementary Color

#afa13a #3a48af

#afa13a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa13a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa13a Color CSS Codes

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

#afa13a Text Font Color

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

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


#afa13a Background Color

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

This div background color is #afa13a


#afa13a Border Color

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

This div border color is #afa13a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa13a


Comments

No comments written yet.

Please login to write comment.