Color Hex Logo

#dfd02f Color Hex

#DFD02F
(223,208,47)
0 Favorites   0 Comments

Color spaces of #dfd02f

RGB 22320847
HSL0.150.730.53
HSV55°79°87°
CMYK 0.000.070.79   0.13
XYZ53.500461.005011.6447
Yxy61.00500.42410.4836
Hunter Lab78.1057-14.417045.8345
CIE-Lab82.3814-11.223274.6897

#dfd02f color RGB value is (223,208,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 00101111
Octal 337 320 57
Decimal 223 208 47
Hex DF D0 2F

RGB Percentages of Color #dfd02f

%46.65
%43.51
%9.83

CMYK Percentages of Color #dfd02f

%0
%7
%79
%13

Triadic Colors of #dfd02f

#dfd02f #2fdfd0 #d02fdf

Analogous Colors of #dfd02f

#dfd02f #96df2f #df782f

Monochromatic Colors of #dfd02f

#dfd02f

Complementary Color

#dfd02f #2f3edf

#dfd02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd02f Color CSS Codes

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

#dfd02f Text Font Color

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

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


#dfd02f Background Color

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

This div background color is #dfd02f


#dfd02f Border Color

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

This div border color is #dfd02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd02f


Comments

No comments written yet.

Please login to write comment.