Color Hex Logo

#afa31d Color Hex

#AFA31D
(175,163,29)
0 Favorites   0 Comments

Color spaces of #afa31d

RGB 17516329
HSL0.150.720.40
HSV55°83°69°
CMYK 0.000.070.83   0.31
XYZ30.998235.39716.3609
Yxy35.39710.42610.4865
Hunter Lab59.4955-11.115435.3079
CIE-Lab66.0567-9.525463.8732

#afa31d color RGB value is (175,163,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 00011101
Octal 257 243 35
Decimal 175 163 29
Hex AF A3 1D

RGB Percentages of Color #afa31d

%47.68
%44.41
%7.90

CMYK Percentages of Color #afa31d

%0
%7
%83
%31

Triadic Colors of #afa31d

#afa31d #1dafa3 #a31daf

Analogous Colors of #afa31d

#afa31d #72af1d #af5a1d

Monochromatic Colors of #afa31d

#afa31d

Complementary Color

#afa31d #1d29af

#afa31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa31d Color CSS Codes

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

#afa31d Text Font Color

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

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


#afa31d Background Color

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

This div background color is #afa31d


#afa31d Border Color

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

This div border color is #afa31d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,163,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 #afa31d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa31d


Comments

No comments written yet.

Please login to write comment.