Color Hex Logo

#dfd124 Color Hex

#DFD124
(223,209,36)
0 Favorites   0 Comments

Color spaces of #dfd124

RGB 22320936
HSL0.150.750.51
HSV56°84°87°
CMYK 0.000.060.84   0.13
XYZ53.550361.416310.7012
Yxy61.41630.42610.4887
Hunter Lab78.3686-15.173546.7620
CIE-Lab82.6020-12.045777.7065

#dfd124 color RGB value is (223,209,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 00100100
Octal 337 321 44
Decimal 223 209 36
Hex DF D1 24

RGB Percentages of Color #dfd124

%47.65
%44.66
%7.69

CMYK Percentages of Color #dfd124

%0
%6
%84
%13

Triadic Colors of #dfd124

#dfd124 #24dfd1 #d124df

Analogous Colors of #dfd124

#dfd124 #90df24 #df7424

Monochromatic Colors of #dfd124

#dfd124

Complementary Color

#dfd124 #2432df

#dfd124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd124 Color CSS Codes

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

#dfd124 Text Font Color

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

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


#dfd124 Background Color

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

This div background color is #dfd124


#dfd124 Border Color

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

This div border color is #dfd124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd124


Comments

No comments written yet.

Please login to write comment.