Color Hex Logo

#afa64b Color Hex

#AFA64B
(175,166,75)
0 Favorites   0 Comments

Color spaces of #afa64b

RGB 17516675
HSL0.150.400.49
HSV55°57°69°
CMYK 0.000.050.57   0.31
XYZ32.585436.894412.0605
Yxy36.89440.39960.4525
Hunter Lab60.7408-10.537030.7461
CIE-Lab67.1977-8.667247.3941

#afa64b color RGB value is (175,166,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 01001011
Octal 257 246 113
Decimal 175 166 75
Hex AF A6 4B

RGB Percentages of Color #afa64b

%42.07
%39.90
%18.03

CMYK Percentages of Color #afa64b

%0
%5
%57
%31

Triadic Colors of #afa64b

#afa64b #4bafa6 #a64baf

Analogous Colors of #afa64b

#afa64b #86af4b #af744b

Monochromatic Colors of #afa64b

#afa64b

Complementary Color

#afa64b #4b54af

#afa64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa64b Color CSS Codes

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

#afa64b Text Font Color

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

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


#afa64b Background Color

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

This div background color is #afa64b


#afa64b Border Color

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

This div border color is #afa64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa64b


Comments

No comments written yet.

Please login to write comment.