Color Hex Logo

#dfdd8d Color Hex

#DFDD8D
(223,221,141)
0 Favorites   0 Comments

Color spaces of #dfdd8d

RGB 223221141
HSL0.160.560.71
HSV59°37°87°
CMYK 0.000.010.37   0.13
XYZ61.095669.324035.3601
Yxy69.32400.36850.4182
Hunter Lab83.2610-14.726433.1029
CIE-Lab86.6642-11.005339.5352

#dfdd8d color RGB value is (223,221,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 10001101
Octal 337 335 215
Decimal 223 221 141
Hex DF DD 8D

RGB Percentages of Color #dfdd8d

%38.12
%37.78
%24.10

CMYK Percentages of Color #dfdd8d

%0
%1
%37
%13

Triadic Colors of #dfdd8d

#dfdd8d #8ddfdd #dd8ddf

Analogous Colors of #dfdd8d

#dfdd8d #b8df8d #dfb48d

Monochromatic Colors of #dfdd8d

#dfdd8d

Complementary Color

#dfdd8d #8d8fdf

#dfdd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd8d Color CSS Codes

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

#dfdd8d Text Font Color

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

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


#dfdd8d Background Color

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

This div background color is #dfdd8d


#dfdd8d Border Color

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

This div border color is #dfdd8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd8d


Comments

No comments written yet.

Please login to write comment.