Color Hex Logo

#dfab14 Color Hex

#DFAB14
(223,171,20)
0 Favorites   0 Comments

Color spaces of #dfab14

RGB 22317120
HSL0.120.840.48
HSV45°91°87°
CMYK 0.000.230.91   0.13
XYZ45.120644.86436.9434
Yxy44.86430.46550.4629
Hunter Lab66.98083.027440.7404
CIE-Lab72.80257.276573.2039

#dfab14 color RGB value is (223,171,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 00010100
Octal 337 253 24
Decimal 223 171 20
Hex DF AB 14

RGB Percentages of Color #dfab14

%53.86
%41.30
%4.83

CMYK Percentages of Color #dfab14

%0
%23
%91
%13

Triadic Colors of #dfab14

#dfab14 #14dfab #ab14df

Analogous Colors of #dfab14

#dfab14 #aedf14 #df4614

Monochromatic Colors of #dfab14

#dfab14

Complementary Color

#dfab14 #1448df

#dfab14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfab14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfab14 Color CSS Codes

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

#dfab14 Text Font Color

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

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


#dfab14 Background Color

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

This div background color is #dfab14


#dfab14 Border Color

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

This div border color is #dfab14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfab14


Comments

No comments written yet.

Please login to write comment.