Color Hex Logo

#afa056 Color Hex

#AFA056
(175,160,86)
0 Favorites   0 Comments

Color spaces of #afa056

RGB 17516086
HSL0.140.360.51
HSV50°51°69°
CMYK 0.000.090.51   0.31
XYZ31.929734.927513.8629
Yxy34.92750.39560.4327
Hunter Lab59.0995-6.985927.4621
CIE-Lab65.6922-4.540940.2339

#afa056 color RGB value is (175,160,86).

#afa056 hex color red value is 175, green value is 160 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #afa056 hue: 0.14 , saturation: 0.36 and the lightness value of afa056 is 0.51.

The process color (four color CMYK) of #afa056 color hex is 0.00, 0.09, 0.51, 0.31. Web safe color of #afa056 is #999966. Color #afa056 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 01010110
Octal 257 240 126
Decimal 175 160 86
Hex AF A0 56

RGB Percentages of Color #afa056

%41.57
%38.00
%20.43

CMYK Percentages of Color #afa056

%0
%9
%51
%31

Triadic Colors of #afa056

#afa056 #56afa0 #a056af

Analogous Colors of #afa056

#afa056 #92af56 #af7456

Monochromatic Colors of #afa056

#afa056

Complementary Color

#afa056 #5665af

#afa056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa056 Color CSS Codes

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

#afa056 Text Font Color

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

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


#afa056 Background Color

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

This div background color is #afa056


#afa056 Border Color

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

This div border color is #afa056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa056


Comments

No comments written yet.

Please login to write comment.