Color Hex Logo

#ddce93 Color Hex

#DDCE93
(221,206,147)
0 Favorites   0 Comments

Color spaces of #ddce93

RGB 221206147
HSL0.130.520.72
HSV48°33°87°
CMYK 0.000.070.33   0.13
XYZ57.156661.621336.4854
Yxy61.62130.36810.3969
Hunter Lab78.4992-7.404827.3923
CIE-Lab82.7116-3.448531.2773

#ddce93 color RGB value is (221,206,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001110 10010011
Octal 335 316 223
Decimal 221 206 147
Hex DD CE 93

RGB Percentages of Color #ddce93

%38.50
%35.89
%25.61

CMYK Percentages of Color #ddce93

%0
%7
%33
%13

Triadic Colors of #ddce93

#ddce93 #93ddce #ce93dd

Analogous Colors of #ddce93

#ddce93 #c7dd93 #dda993

Monochromatic Colors of #ddce93

#ddce93

Complementary Color

#ddce93 #93a2dd

#ddce93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddce93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddce93 Color CSS Codes

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

#ddce93 Text Font Color

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

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


#ddce93 Background Color

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

This div background color is #ddce93


#ddce93 Border Color

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

This div border color is #ddce93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddce93


Comments

No comments written yet.

Please login to write comment.