Color Hex Logo

#afa354 Color Hex

#AFA354
(175,163,84)
0 Favorites   0 Comments

Color spaces of #afa354

RGB 17516384
HSL0.140.360.51
HSV52°52°69°
CMYK 0.000.070.52   0.31
XYZ32.376635.948413.6198
Yxy35.94840.39510.4387
Hunter Lab59.9570-8.535228.5016
CIE-Lab66.4805-6.324642.1846

#afa354 color RGB value is (175,163,84).

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

The process color (four color CMYK) of #afa354 color hex is 0.00, 0.07, 0.52, 0.31. Web safe color of #afa354 is #999966. Color #afa354 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 01010100
Octal 257 243 124
Decimal 175 163 84
Hex AF A3 54

RGB Percentages of Color #afa354

%41.47
%38.63
%19.91

CMYK Percentages of Color #afa354

%0
%7
%52
%31

Triadic Colors of #afa354

#afa354 #54afa3 #a354af

Analogous Colors of #afa354

#afa354 #8eaf54 #af7654

Monochromatic Colors of #afa354

#afa354

Complementary Color

#afa354 #5460af

#afa354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa354 Color CSS Codes

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

#afa354 Text Font Color

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

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


#afa354 Background Color

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

This div background color is #afa354


#afa354 Border Color

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

This div border color is #afa354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa354


Comments

No comments written yet.

Please login to write comment.