Color Hex Logo

#dfd998 Color Hex

#DFD998
(223,217,152)
0 Favorites   0 Comments

Color spaces of #dfd998

RGB 223217152
HSL0.150.530.74
HSV55°32°87°
CMYK 0.000.030.32   0.13
XYZ60.911867.580739.5397
Yxy67.58070.36250.4022
Hunter Lab82.2075-11.603229.0283
CIE-Lab85.7964-7.697632.8229

#dfd998 color RGB value is (223,217,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 10011000
Octal 337 331 230
Decimal 223 217 152
Hex DF D9 98

RGB Percentages of Color #dfd998

%37.67
%36.66
%25.68

CMYK Percentages of Color #dfd998

%0
%3
%32
%13

Triadic Colors of #dfd998

#dfd998 #98dfd9 #d998df

Analogous Colors of #dfd998

#dfd998 #c2df98 #dfb698

Monochromatic Colors of #dfd998

#dfd998

Complementary Color

#dfd998 #989edf

#dfd998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd998 Color CSS Codes

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

#dfd998 Text Font Color

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

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


#dfd998 Background Color

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

This div background color is #dfd998


#dfd998 Border Color

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

This div border color is #dfd998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd998


Comments

No comments written yet.

Please login to write comment.