Color Hex Logo

#afa51d Color Hex

#AFA51D
(175,165,29)
0 Favorites   0 Comments

Color spaces of #afa51d

RGB 17516529
HSL0.160.720.40
HSV56°83°69°
CMYK 0.000.060.83   0.31
XYZ31.356136.11296.4802
Yxy36.11290.42400.4883
Hunter Lab60.0940-12.026135.6723
CIE-Lab66.6061-10.574264.3384

#afa51d color RGB value is (175,165,29).

#afa51d hex color red value is 175, green value is 165 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #afa51d hue: 0.16 , saturation: 0.72 and the lightness value of afa51d is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 00011101
Octal 257 245 35
Decimal 175 165 29
Hex AF A5 1D

RGB Percentages of Color #afa51d

%47.43
%44.72
%7.86

CMYK Percentages of Color #afa51d

%0
%6
%83
%31

Triadic Colors of #afa51d

#afa51d #1dafa5 #a51daf

Analogous Colors of #afa51d

#afa51d #70af1d #af5c1d

Monochromatic Colors of #afa51d

#afa51d

Complementary Color

#afa51d #1d27af

#afa51d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa51d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa51d Color CSS Codes

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

#afa51d Text Font Color

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

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


#afa51d Background Color

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

This div background color is #afa51d


#afa51d Border Color

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

This div border color is #afa51d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa51d


Comments

No comments written yet.

Please login to write comment.