Color Hex Logo

#afa60b Color Hex

#AFA60B
(175,166,11)
0 Favorites   0 Comments

Color spaces of #afa60b

RGB 17516611
HSL0.160.880.36
HSV57°94°69°
CMYK 0.000.050.94   0.31
XYZ31.375836.41065.6909
Yxy36.41060.42700.4955
Hunter Lab60.3412-12.781936.6471
CIE-Lab66.8325-11.477668.0372

#afa60b color RGB value is (175,166,11).

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

The process color (four color CMYK) of #afa60b color hex is 0.00, 0.05, 0.94, 0.31. Web safe color of #afa60b is #999900. Color #afa60b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 00001011
Octal 257 246 13
Decimal 175 166 11
Hex AF A6 B

RGB Percentages of Color #afa60b

%49.72
%47.16
%3.13

CMYK Percentages of Color #afa60b

%0
%5
%94
%31

Triadic Colors of #afa60b

#afa60b #0bafa6 #a60baf

Analogous Colors of #afa60b

#afa60b #66af0b #af540b

Monochromatic Colors of #afa60b

#afa60b

Complementary Color

#afa60b #0b14af

#afa60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa60b Color CSS Codes

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

#afa60b Text Font Color

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

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


#afa60b Background Color

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

This div background color is #afa60b


#afa60b Border Color

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

This div border color is #afa60b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa60b


Comments

No comments written yet.

Please login to write comment.