Color Hex Logo

#ddd1ba Color Hex

#DDD1BA
(221,209,186)
0 Favorites   0 Comments

Color spaces of #ddd1ba

RGB 221209186
HSL0.110.340.80
HSV39°16°87°
CMYK 0.000.050.16   0.13
XYZ61.482264.518355.6672
Yxy64.51830.33840.3551
Hunter Lab80.3233-3.935715.1360
CIE-Lab84.23490.374212.8962

#ddd1ba color RGB value is (221,209,186).

#ddd1ba hex color red value is 221, green value is 209 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ddd1ba hue: 0.11 , saturation: 0.34 and the lightness value of ddd1ba is 0.80.

The process color (four color CMYK) of #ddd1ba color hex is 0.00, 0.05, 0.16, 0.13. Web safe color of #ddd1ba is #cccccc. Color #ddd1ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010001 10111010
Octal 335 321 272
Decimal 221 209 186
Hex DD D1 BA

RGB Percentages of Color #ddd1ba

%35.88
%33.93
%30.19

CMYK Percentages of Color #ddd1ba

%0
%5
%16
%13

Triadic Colors of #ddd1ba

#ddd1ba #baddd1 #d1badd

Analogous Colors of #ddd1ba

#ddd1ba #d8ddba #ddc0ba

Monochromatic Colors of #ddd1ba

#ddd1ba

Complementary Color

#ddd1ba #bac6dd

#ddd1ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd1ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd1ba Color CSS Codes

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

#ddd1ba Text Font Color

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

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


#ddd1ba Background Color

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

This div background color is #ddd1ba


#ddd1ba Border Color

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

This div border color is #ddd1ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd1ba


Comments

No comments written yet.

Please login to write comment.