Color Hex Logo

#ddce97 Color Hex

#DDCE97
(221,206,151)
0 Favorites   0 Comments

Color spaces of #ddce97

RGB 221206151
HSL0.130.510.73
HSV47°32°87°
CMYK 0.000.070.32   0.13
XYZ57.476061.749138.1676
Yxy61.74910.36520.3923
Hunter Lab78.5806-6.956326.2085
CIE-Lab82.7798-2.957829.2919

#ddce97 color RGB value is (221,206,151).

#ddce97 hex color red value is 221, green value is 206 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ddce97 hue: 0.13 , saturation: 0.51 and the lightness value of ddce97 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001110 10010111
Octal 335 316 227
Decimal 221 206 151
Hex DD CE 97

RGB Percentages of Color #ddce97

%38.24
%35.64
%26.12

CMYK Percentages of Color #ddce97

%0
%7
%32
%13

Triadic Colors of #ddce97

#ddce97 #97ddce #ce97dd

Analogous Colors of #ddce97

#ddce97 #c9dd97 #ddab97

Monochromatic Colors of #ddce97

#ddce97

Complementary Color

#ddce97 #97a6dd

#ddce97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddce97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddce97 Color CSS Codes

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

#ddce97 Text Font Color

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

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


#ddce97 Background Color

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

This div background color is #ddce97


#ddce97 Border Color

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

This div border color is #ddce97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddce97


Comments

No comments written yet.

Please login to write comment.