Color Hex Logo

#afa851 Color Hex

#AFA851
(175,168,81)
0 Favorites   0 Comments

Color spaces of #afa851

RGB 17516881
HSL0.150.370.50
HSV56°54°69°
CMYK 0.000.040.54   0.31
XYZ33.167037.713313.3159
Yxy37.71330.39390.4479
Hunter Lab61.4112-11.065130.1318
CIE-Lab67.8088-9.231345.2244

#afa851 color RGB value is (175,168,81).

#afa851 hex color red value is 175, green value is 168 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #afa851 hue: 0.15 , saturation: 0.37 and the lightness value of afa851 is 0.50.

The process color (four color CMYK) of #afa851 color hex is 0.00, 0.04, 0.54, 0.31. Web safe color of #afa851 is #999966. Color #afa851 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 01010001
Octal 257 250 121
Decimal 175 168 81
Hex AF A8 51

RGB Percentages of Color #afa851

%41.27
%39.62
%19.10

CMYK Percentages of Color #afa851

%0
%4
%54
%31

Triadic Colors of #afa851

#afa851 #51afa8 #a851af

Analogous Colors of #afa851

#afa851 #87af51 #af7951

Monochromatic Colors of #afa851

#afa851

Complementary Color

#afa851 #5158af

#afa851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa851 Color CSS Codes

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

#afa851 Text Font Color

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

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


#afa851 Background Color

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

This div background color is #afa851


#afa851 Border Color

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

This div border color is #afa851


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa851


Comments

No comments written yet.

Please login to write comment.