Color Hex Logo

#dfd29f Color Hex

#DFD29F
(223,210,159)
0 Favorites   0 Comments

Color spaces of #dfd29f

RGB 223210159
HSL0.130.500.75
HSV48°29°87°
CMYK 0.000.060.29   0.13
XYZ59.736064.284442.0606
Yxy64.28440.35970.3871
Hunter Lab80.1776-7.319925.0212
CIE-Lab84.1136-3.236226.9514

#dfd29f color RGB value is (223,210,159).

#dfd29f hex color red value is 223, green value is 210 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dfd29f hue: 0.13 , saturation: 0.50 and the lightness value of dfd29f is 0.75.

The process color (four color CMYK) of #dfd29f color hex is 0.00, 0.06, 0.29, 0.13. Web safe color of #dfd29f is #cccc99. Color #dfd29f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010010 10011111
Octal 337 322 237
Decimal 223 210 159
Hex DF D2 9F

RGB Percentages of Color #dfd29f

%37.67
%35.47
%26.86

CMYK Percentages of Color #dfd29f

%0
%6
%29
%13

Triadic Colors of #dfd29f

#dfd29f #9fdfd2 #d29fdf

Analogous Colors of #dfd29f

#dfd29f #ccdf9f #dfb29f

Monochromatic Colors of #dfd29f

#dfd29f

Complementary Color

#dfd29f #9facdf

#dfd29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd29f Color CSS Codes

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

#dfd29f Text Font Color

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

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


#dfd29f Background Color

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

This div background color is #dfd29f


#dfd29f Border Color

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

This div border color is #dfd29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd29f


Comments

No comments written yet.

Please login to write comment.