Color Hex Logo

#ddd896 Color Hex

#DDD896
(221,216,150)
0 Favorites   0 Comments

Color spaces of #ddd896

RGB 221216150
HSL0.150.510.73
HSV56°32°87°
CMYK 0.000.020.32   0.13
XYZ59.879766.685938.5698
Yxy66.68590.36260.4038
Hunter Lab81.6614-12.019229.1595
CIE-Lab85.3451-8.201133.2212

#ddd896 color RGB value is (221,216,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 10010110
Octal 335 330 226
Decimal 221 216 150
Hex DD D8 96

RGB Percentages of Color #ddd896

%37.65
%36.80
%25.55

CMYK Percentages of Color #ddd896

%0
%2
%32
%13

Triadic Colors of #ddd896

#ddd896 #96ddd8 #d896dd

Analogous Colors of #ddd896

#ddd896 #bfdd96 #ddb596

Monochromatic Colors of #ddd896

#ddd896

Complementary Color

#ddd896 #969bdd

#ddd896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd896 Color CSS Codes

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

#ddd896 Text Font Color

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

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


#ddd896 Background Color

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

This div background color is #ddd896


#ddd896 Border Color

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

This div border color is #ddd896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd896


Comments

No comments written yet.

Please login to write comment.