Color Hex Logo

#dfdd98 Color Hex

#DFDD98
(223,221,152)
0 Favorites   0 Comments

Color spaces of #dfdd98

RGB 223221152
HSL0.160.530.74
HSV58°32°87°
CMYK 0.000.010.32   0.13
XYZ61.955469.667939.8876
Yxy69.66790.36120.4062
Hunter Lab83.4673-13.572330.0934
CIE-Lab86.8337-9.721034.1942

#dfdd98 color RGB value is (223,221,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 10011000
Octal 337 335 230
Decimal 223 221 152
Hex DF DD 98

RGB Percentages of Color #dfdd98

%37.42
%37.08
%25.50

CMYK Percentages of Color #dfdd98

%0
%1
%32
%13

Triadic Colors of #dfdd98

#dfdd98 #98dfdd #dd98df

Analogous Colors of #dfdd98

#dfdd98 #bedf98 #dfba98

Monochromatic Colors of #dfdd98

#dfdd98

Complementary Color

#dfdd98 #989adf

#dfdd98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd98 Color CSS Codes

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

#dfdd98 Text Font Color

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

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


#dfdd98 Background Color

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

This div background color is #dfdd98


#dfdd98 Border Color

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

This div border color is #dfdd98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd98


Comments

No comments written yet.

Please login to write comment.