Color Hex Logo

#ddddbc Color Hex

#DDDDBC
(221,221,188)
0 Favorites   0 Comments

Color spaces of #ddddbc

RGB 221221188
HSL0.170.330.80
HSV60°15°87°
CMYK 0.000.000.15   0.13
XYZ64.752370.715957.8137
Yxy70.71590.33500.3659
Hunter Lab84.0927-9.715418.1031
CIE-Lab87.3468-5.504616.2319

#ddddbc color RGB value is (221,221,188).

#ddddbc hex color red value is 221, green value is 221 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ddddbc hue: 0.17 , saturation: 0.33 and the lightness value of ddddbc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 10111100
Octal 335 335 274
Decimal 221 221 188
Hex DD DD BC

RGB Percentages of Color #ddddbc

%35.08
%35.08
%29.84

CMYK Percentages of Color #ddddbc

%0
%0
%15
%13

Triadic Colors of #ddddbc

#ddddbc #bcdddd #ddbcdd

Analogous Colors of #ddddbc

#ddddbc #cdddbc #ddcdbc

Monochromatic Colors of #ddddbc

#ddddbc

Complementary Color

#ddddbc #bcbcdd

#ddddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddddbc Color CSS Codes

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

#ddddbc Text Font Color

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

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


#ddddbc Background Color

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

This div background color is #ddddbc


#ddddbc Border Color

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

This div border color is #ddddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddddbc

#ddddbc Color Palettes


Comments

No comments written yet.

Please login to write comment.