Color Hex Logo

#afa61f Color Hex

#AFA61F
(175,166,31)
0 Favorites   0 Comments

Color spaces of #afa61f

RGB 17516631
HSL0.160.700.40
HSV56°82°69°
CMYK 0.000.050.82   0.31
XYZ31.562736.48536.6752
Yxy36.48530.42240.4883
Hunter Lab60.4031-12.432935.7299
CIE-Lab66.8891-11.036864.0508

#afa61f color RGB value is (175,166,31).

#afa61f hex color red value is 175, green value is 166 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #afa61f hue: 0.16 , saturation: 0.70 and the lightness value of afa61f is 0.40.

The process color (four color CMYK) of #afa61f color hex is 0.00, 0.05, 0.82, 0.31. Web safe color of #afa61f is #999933. Color #afa61f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 00011111
Octal 257 246 37
Decimal 175 166 31
Hex AF A6 1F

RGB Percentages of Color #afa61f

%47.04
%44.62
%8.33

CMYK Percentages of Color #afa61f

%0
%5
%82
%31

Triadic Colors of #afa61f

#afa61f #1fafa6 #a61faf

Analogous Colors of #afa61f

#afa61f #70af1f #af5e1f

Monochromatic Colors of #afa61f

#afa61f

Complementary Color

#afa61f #1f28af

#afa61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa61f Color CSS Codes

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

#afa61f Text Font Color

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

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


#afa61f Background Color

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

This div background color is #afa61f


#afa61f Border Color

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

This div border color is #afa61f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa61f


Comments

No comments written yet.

Please login to write comment.