Color Hex Logo

#dfd624 Color Hex

#DFD624
(223,214,36)
0 Favorites   0 Comments

Color spaces of #dfd624

RGB 22321436
HSL0.160.750.51
HSV57°84°87°
CMYK 0.000.040.84   0.13
XYZ54.796463.908511.1166
Yxy63.90850.42210.4923
Hunter Lab79.9428-17.547947.7153
CIE-Lab83.9181-14.539878.7965

#dfd624 color RGB value is (223,214,36).

#dfd624 hex color red value is 223, green value is 214 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #dfd624 hue: 0.16 , saturation: 0.75 and the lightness value of dfd624 is 0.51.

The process color (four color CMYK) of #dfd624 color hex is 0.00, 0.04, 0.84, 0.13. Web safe color of #dfd624 is #cccc33. Color #dfd624 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010110 00100100
Octal 337 326 44
Decimal 223 214 36
Hex DF D6 24

RGB Percentages of Color #dfd624

%47.15
%45.24
%7.61

CMYK Percentages of Color #dfd624

%0
%4
%84
%13

Triadic Colors of #dfd624

#dfd624 #24dfd6 #d624df

Analogous Colors of #dfd624

#dfd624 #8bdf24 #df7924

Monochromatic Colors of #dfd624

#dfd624

Complementary Color

#dfd624 #242ddf

#dfd624 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd624 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd624 Color CSS Codes

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

#dfd624 Text Font Color

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

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


#dfd624 Background Color

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

This div background color is #dfd624


#dfd624 Border Color

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

This div border color is #dfd624


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd624


Comments

No comments written yet.

Please login to write comment.