Color Hex Logo

#afa540 Color Hex

#AFA540
(175,165,64)
0 Favorites   0 Comments

Color spaces of #afa540

RGB 17516564
HSL0.150.460.47
HSV55°63°69°
CMYK 0.000.060.63   0.31
XYZ32.059736.394410.1856
Yxy36.39440.40770.4628
Hunter Lab60.3278-10.714232.2191
CIE-Lab66.8202-8.931952.0032

#afa540 color RGB value is (175,165,64).

#afa540 hex color red value is 175, green value is 165 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #afa540 hue: 0.15 , saturation: 0.46 and the lightness value of afa540 is 0.47.

The process color (four color CMYK) of #afa540 color hex is 0.00, 0.06, 0.63, 0.31. Web safe color of #afa540 is #999933. Color #afa540 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 01000000
Octal 257 245 100
Decimal 175 165 64
Hex AF A5 40

RGB Percentages of Color #afa540

%43.32
%40.84
%15.84

CMYK Percentages of Color #afa540

%0
%6
%63
%31

Triadic Colors of #afa540

#afa540 #40afa5 #a540af

Analogous Colors of #afa540

#afa540 #82af40 #af6e40

Monochromatic Colors of #afa540

#afa540

Complementary Color

#afa540 #404aaf

#afa540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa540 Color CSS Codes

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

#afa540 Text Font Color

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

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


#afa540 Background Color

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

This div background color is #afa540


#afa540 Border Color

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

This div border color is #afa540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa540


Comments

No comments written yet.

Please login to write comment.