Color Hex Logo

#afa53d Color Hex

#AFA53D
(175,165,61)
0 Favorites   0 Comments

Color spaces of #afa53d

RGB 17516561
HSL0.150.480.46
HSV55°65°69°
CMYK 0.000.060.65   0.31
XYZ31.976636.36119.7479
Yxy36.36110.40950.4657
Hunter Lab60.3002-10.868532.6255
CIE-Lab66.7949-9.124053.2793

#afa53d color RGB value is (175,165,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 00111101
Octal 257 245 75
Decimal 175 165 61
Hex AF A5 3D

RGB Percentages of Color #afa53d

%43.64
%41.15
%15.21

CMYK Percentages of Color #afa53d

%0
%6
%65
%31

Triadic Colors of #afa53d

#afa53d #3dafa5 #a53daf

Analogous Colors of #afa53d

#afa53d #80af3d #af6c3d

Monochromatic Colors of #afa53d

#afa53d

Complementary Color

#afa53d #3d47af

#afa53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa53d Color CSS Codes

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

#afa53d Text Font Color

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

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


#afa53d Background Color

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

This div background color is #afa53d


#afa53d Border Color

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

This div border color is #afa53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa53d


Comments

No comments written yet.

Please login to write comment.