Color Hex Logo

#afa50b Color Hex

#AFA50B
(175,165,11)
0 Favorites   0 Comments

Color spaces of #afa50b

RGB 17516511
HSL0.160.880.36
HSV56°94°69°
CMYK 0.000.060.94   0.31
XYZ31.194736.04845.6305
Yxy36.04840.42810.4947
Hunter Lab60.0403-12.328636.4681
CIE-Lab66.5569-10.955967.8276

#afa50b color RGB value is (175,165,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 00001011
Octal 257 245 13
Decimal 175 165 11
Hex AF A5 B

RGB Percentages of Color #afa50b

%49.86
%47.01
%3.13

CMYK Percentages of Color #afa50b

%0
%6
%94
%31

Triadic Colors of #afa50b

#afa50b #0bafa5 #a50baf

Analogous Colors of #afa50b

#afa50b #67af0b #af530b

Monochromatic Colors of #afa50b

#afa50b

Complementary Color

#afa50b #0b15af

#afa50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa50b Color CSS Codes

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

#afa50b Text Font Color

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

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


#afa50b Background Color

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

This div background color is #afa50b


#afa50b Border Color

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

This div border color is #afa50b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa50b


Comments

No comments written yet.

Please login to write comment.