Color Hex Logo

#dfd417 Color Hex

#DFD417
(223,212,23)
0 Favorites   0 Comments

Color spaces of #dfd417

RGB 22321223
HSL0.160.810.48
HSV57°90°87°
CMYK 0.000.050.90   0.13
XYZ54.129662.836810.0864
Yxy62.83680.42600.4946
Hunter Lab79.2697-16.832547.9446
CIE-Lab83.3564-13.813780.8097

#dfd417 color RGB value is (223,212,23).

#dfd417 hex color red value is 223, green value is 212 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #dfd417 hue: 0.16 , saturation: 0.81 and the lightness value of dfd417 is 0.48.

The process color (four color CMYK) of #dfd417 color hex is 0.00, 0.05, 0.90, 0.13. Web safe color of #dfd417 is #cccc00. Color #dfd417 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010100 00010111
Octal 337 324 27
Decimal 223 212 23
Hex DF D4 17

RGB Percentages of Color #dfd417

%48.69
%46.29
%5.02

CMYK Percentages of Color #dfd417

%0
%5
%90
%13

Triadic Colors of #dfd417

#dfd417 #17dfd4 #d417df

Analogous Colors of #dfd417

#dfd417 #86df17 #df7017

Monochromatic Colors of #dfd417

#dfd417

Complementary Color

#dfd417 #1722df

#dfd417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd417 Color CSS Codes

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

#dfd417 Text Font Color

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

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


#dfd417 Background Color

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

This div background color is #dfd417


#dfd417 Border Color

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

This div border color is #dfd417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd417


Comments

No comments written yet.

Please login to write comment.