Color Hex Logo

#dfab1f Color Hex

#DFAB1F
(223,171,31)
0 Favorites   0 Comments

Color spaces of #dfab1f

RGB 22317131
HSL0.120.760.50
HSV44°86°87°
CMYK 0.000.230.86   0.13
XYZ45.241744.91277.5809
Yxy44.91270.46290.4595
Hunter Lab67.01693.221940.2050
CIE-Lab72.83447.487670.8847

#dfab1f color RGB value is (223,171,31).

#dfab1f hex color red value is 223, green value is 171 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #dfab1f hue: 0.12 , saturation: 0.76 and the lightness value of dfab1f is 0.50.

The process color (four color CMYK) of #dfab1f color hex is 0.00, 0.23, 0.86, 0.13. Web safe color of #dfab1f is #cc9933. Color #dfab1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 00011111
Octal 337 253 37
Decimal 223 171 31
Hex DF AB 1F

RGB Percentages of Color #dfab1f

%52.47
%40.24
%7.29

CMYK Percentages of Color #dfab1f

%0
%23
%86
%13

Triadic Colors of #dfab1f

#dfab1f #1fdfab #ab1fdf

Analogous Colors of #dfab1f

#dfab1f #b3df1f #df4b1f

Monochromatic Colors of #dfab1f

#dfab1f

Complementary Color

#dfab1f #1f53df

#dfab1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfab1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfab1f Color CSS Codes

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

#dfab1f Text Font Color

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

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


#dfab1f Background Color

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

This div background color is #dfab1f


#dfab1f Border Color

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

This div border color is #dfab1f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,171,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfab1f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfab1f;
  -webkit-box-shadow: 1px 1px 3px 2px #dfab1f;
  box-shadow:         1px 1px 3px 2px #dfab1f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,171,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfab1f


Comments

No comments written yet.

Please login to write comment.