Color Hex Logo

#dfd024 Color Hex

#DFD024
(223,208,36)
0 Favorites   0 Comments

Color spaces of #dfd024

RGB 22320836
HSL0.150.750.51
HSV55°84°87°
CMYK 0.000.070.84   0.13
XYZ53.305760.927110.6197
Yxy60.92710.42690.4880
Hunter Lab78.0558-14.696946.5725
CIE-Lab82.3395-11.544077.4889

#dfd024 color RGB value is (223,208,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 00100100
Octal 337 320 44
Decimal 223 208 36
Hex DF D0 24

RGB Percentages of Color #dfd024

%47.75
%44.54
%7.71

CMYK Percentages of Color #dfd024

%0
%7
%84
%13

Triadic Colors of #dfd024

#dfd024 #24dfd0 #d024df

Analogous Colors of #dfd024

#dfd024 #91df24 #df7324

Monochromatic Colors of #dfd024

#dfd024

Complementary Color

#dfd024 #2433df

#dfd024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd024 Color CSS Codes

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

#dfd024 Text Font Color

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

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


#dfd024 Background Color

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

This div background color is #dfd024


#dfd024 Border Color

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

This div border color is #dfd024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd024


Comments

No comments written yet.

Please login to write comment.