Color Hex Logo

#dfdd8e Color Hex

#DFDD8E
(223,221,142)
0 Favorites   0 Comments

Color spaces of #dfdd8e

RGB 223221142
HSL0.160.560.72
HSV59°36°87°
CMYK 0.000.010.36   0.13
XYZ61.170469.353935.7538
Yxy69.35390.36790.4171
Hunter Lab83.2790-14.625732.8406
CIE-Lab86.6790-10.892939.0524

#dfdd8e color RGB value is (223,221,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 10001110
Octal 337 335 216
Decimal 223 221 142
Hex DF DD 8E

RGB Percentages of Color #dfdd8e

%38.05
%37.71
%24.23

CMYK Percentages of Color #dfdd8e

%0
%1
%36
%13

Triadic Colors of #dfdd8e

#dfdd8e #8edfdd #dd8edf

Analogous Colors of #dfdd8e

#dfdd8e #b9df8e #dfb58e

Monochromatic Colors of #dfdd8e

#dfdd8e

Complementary Color

#dfdd8e #8e90df

#dfdd8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd8e Color CSS Codes

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

#dfdd8e Text Font Color

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

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


#dfdd8e Background Color

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

This div background color is #dfdd8e


#dfdd8e Border Color

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

This div border color is #dfdd8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd8e


Comments

No comments written yet.

Please login to write comment.