Color Hex Logo

#ddce8e Color Hex

#DDCE8E
(221,206,142)
0 Favorites   0 Comments

Color spaces of #ddce8e

RGB 221206142
HSL0.140.540.71
HSV49°36°87°
CMYK 0.000.070.36   0.13
XYZ56.772661.467834.4634
Yxy61.46780.37180.4025
Hunter Lab78.4014-7.945728.8185
CIE-Lab82.6296-4.042233.7510

#ddce8e color RGB value is (221,206,142).

#ddce8e hex color red value is 221, green value is 206 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ddce8e hue: 0.14 , saturation: 0.54 and the lightness value of ddce8e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001110 10001110
Octal 335 316 216
Decimal 221 206 142
Hex DD CE 8E

RGB Percentages of Color #ddce8e

%38.84
%36.20
%24.96

CMYK Percentages of Color #ddce8e

%0
%7
%36
%13

Triadic Colors of #ddce8e

#ddce8e #8eddce #ce8edd

Analogous Colors of #ddce8e

#ddce8e #c5dd8e #dda78e

Monochromatic Colors of #ddce8e

#ddce8e

Complementary Color

#ddce8e #8e9ddd

#ddce8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddce8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddce8e Color CSS Codes

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

#ddce8e Text Font Color

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

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


#ddce8e Background Color

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

This div background color is #ddce8e


#ddce8e Border Color

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

This div border color is #ddce8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddce8e


Comments

No comments written yet.

Please login to write comment.