Color Hex Logo

#ddcf9e Color Hex

#DDCF9E
(221,207,158)
0 Favorites   0 Comments

Color spaces of #ddcf9e

RGB 221207158
HSL0.130.480.74
HSV47°29°87°
CMYK 0.000.060.29   0.13
XYZ58.303262.466441.3321
Yxy62.46640.35970.3854
Hunter Lab79.0357-6.636224.3190
CIE-Lab83.1608-2.581326.1545

#ddcf9e color RGB value is (221,207,158).

#ddcf9e hex color red value is 221, green value is 207 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ddcf9e hue: 0.13 , saturation: 0.48 and the lightness value of ddcf9e is 0.74.

The process color (four color CMYK) of #ddcf9e color hex is 0.00, 0.06, 0.29, 0.13. Web safe color of #ddcf9e is #cccc99. Color #ddcf9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 10011110
Octal 335 317 236
Decimal 221 207 158
Hex DD CF 9E

RGB Percentages of Color #ddcf9e

%37.71
%35.32
%26.96

CMYK Percentages of Color #ddcf9e

%0
%6
%29
%13

Triadic Colors of #ddcf9e

#ddcf9e #9eddcf #cf9edd

Analogous Colors of #ddcf9e

#ddcf9e #ccdd9e #ddb09e

Monochromatic Colors of #ddcf9e

#ddcf9e

Complementary Color

#ddcf9e #9eacdd

#ddcf9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcf9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcf9e Color CSS Codes

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

#ddcf9e Text Font Color

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

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


#ddcf9e Background Color

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

This div background color is #ddcf9e


#ddcf9e Border Color

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

This div border color is #ddcf9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcf9e


Comments

No comments written yet.

Please login to write comment.