Color Hex Logo

#dfd598 Color Hex

#DFD598
(223,213,152)
0 Favorites   0 Comments

Color spaces of #dfd598

RGB 223213152
HSL0.140.530.74
HSV52°32°87°
CMYK 0.000.040.32   0.13
XYZ59.893265.543539.2002
Yxy65.54350.36380.3981
Hunter Lab80.9589-9.624327.9631
CIE-Lab84.7630-5.660031.4508

#dfd598 color RGB value is (223,213,152).

#dfd598 hex color red value is 223, green value is 213 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dfd598 hue: 0.14 , saturation: 0.53 and the lightness value of dfd598 is 0.74.

The process color (four color CMYK) of #dfd598 color hex is 0.00, 0.04, 0.32, 0.13. Web safe color of #dfd598 is #cccc99. Color #dfd598 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010101 10011000
Octal 337 325 230
Decimal 223 213 152
Hex DF D5 98

RGB Percentages of Color #dfd598

%37.93
%36.22
%25.85

CMYK Percentages of Color #dfd598

%0
%4
%32
%13

Triadic Colors of #dfd598

#dfd598 #98dfd5 #d598df

Analogous Colors of #dfd598

#dfd598 #c6df98 #dfb298

Monochromatic Colors of #dfd598

#dfd598

Complementary Color

#dfd598 #98a2df

#dfd598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd598 Color CSS Codes

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

#dfd598 Text Font Color

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

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


#dfd598 Background Color

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

This div background color is #dfd598


#dfd598 Border Color

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

This div border color is #dfd598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd598


Comments

No comments written yet.

Please login to write comment.