Color Hex Logo

#dfd424 Color Hex

#DFD424
(223,212,36)
0 Favorites   0 Comments

Color spaces of #dfd424

RGB 22321236
HSL0.160.750.51
HSV56°84°87°
CMYK 0.000.050.84   0.13
XYZ54.293362.902310.9489
Yxy62.90230.42370.4909
Hunter Lab79.3110-16.599847.3327
CIE-Lab83.3909-13.545178.3600

#dfd424 color RGB value is (223,212,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010100 00100100
Octal 337 324 44
Decimal 223 212 36
Hex DF D4 24

RGB Percentages of Color #dfd424

%47.35
%45.01
%7.64

CMYK Percentages of Color #dfd424

%0
%5
%84
%13

Triadic Colors of #dfd424

#dfd424 #24dfd4 #d424df

Analogous Colors of #dfd424

#dfd424 #8ddf24 #df7724

Monochromatic Colors of #dfd424

#dfd424

Complementary Color

#dfd424 #242fdf

#dfd424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd424 Color CSS Codes

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

#dfd424 Text Font Color

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

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


#dfd424 Background Color

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

This div background color is #dfd424


#dfd424 Border Color

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

This div border color is #dfd424


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,212,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 #dfd424">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd424


Comments

No comments written yet.

Please login to write comment.