Color Hex Logo

#afa62b Color Hex

#AFA62B
(175,166,43)
0 Favorites   0 Comments

Color spaces of #afa62b

RGB 17516643
HSL0.160.610.43
HSV56°75°69°
CMYK 0.000.050.75   0.31
XYZ31.751536.56087.6690
Yxy36.56080.41790.4812
Hunter Lab60.4655-12.081234.8060
CIE-Lab66.9462-10.594060.4152

#afa62b color RGB value is (175,166,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 00101011
Octal 257 246 53
Decimal 175 166 43
Hex AF A6 2B

RGB Percentages of Color #afa62b

%45.57
%43.23
%11.20

CMYK Percentages of Color #afa62b

%0
%5
%75
%31

Triadic Colors of #afa62b

#afa62b #2bafa6 #a62baf

Analogous Colors of #afa62b

#afa62b #76af2b #af642b

Monochromatic Colors of #afa62b

#afa62b

Complementary Color

#afa62b #2b34af

#afa62b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa62b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa62b Color CSS Codes

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

#afa62b Text Font Color

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

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


#afa62b Background Color

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

This div background color is #afa62b


#afa62b Border Color

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

This div border color is #afa62b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa62b


Comments

No comments written yet.

Please login to write comment.