Color Hex Logo

#dfab16 Color Hex

#DFAB16
(223,171,22)
0 Favorites   0 Comments

Color spaces of #dfab16

RGB 22317122
HSL0.120.820.48
HSV44°90°87°
CMYK 0.000.230.90   0.13
XYZ45.139244.87177.0411
Yxy44.87170.46510.4623
Hunter Lab66.98633.057340.6583
CIE-Lab72.80737.309172.8393

#dfab16 color RGB value is (223,171,22).

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

The process color (four color CMYK) of #dfab16 color hex is 0.00, 0.23, 0.90, 0.13. Web safe color of #dfab16 is #cc9900. Color #dfab16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 00010110
Octal 337 253 26
Decimal 223 171 22
Hex DF AB 16

RGB Percentages of Color #dfab16

%53.61
%41.11
%5.29

CMYK Percentages of Color #dfab16

%0
%23
%90
%13

Triadic Colors of #dfab16

#dfab16 #16dfab #ab16df

Analogous Colors of #dfab16

#dfab16 #afdf16 #df4716

Monochromatic Colors of #dfab16

#dfab16

Complementary Color

#dfab16 #164adf

#dfab16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfab16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfab16 Color CSS Codes

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

#dfab16 Text Font Color

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

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


#dfab16 Background Color

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

This div background color is #dfab16


#dfab16 Border Color

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

This div border color is #dfab16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfab16


Comments

No comments written yet.

Please login to write comment.