Color Hex Logo

#ddbcb0 Color Hex

#DDBCB0
(221,188,176)
0 Favorites   0 Comments

Color spaces of #ddbcb0

RGB 221188176
HSL0.040.400.78
HSV16°20°87°
CMYK 0.000.150.20   0.13
XYZ55.638554.473248.6562
Yxy54.47320.35040.3431
Hunter Lab73.80605.401512.5775
CIE-Lab78.73699.914110.4340

#ddbcb0 color RGB value is (221,188,176).

#ddbcb0 hex color red value is 221, green value is 188 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #ddbcb0 hue: 0.04 , saturation: 0.40 and the lightness value of ddbcb0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 10110000
Octal 335 274 260
Decimal 221 188 176
Hex DD BC B0

RGB Percentages of Color #ddbcb0

%37.78
%32.14
%30.09

CMYK Percentages of Color #ddbcb0

%0
%15
%20
%13

Triadic Colors of #ddbcb0

#ddbcb0 #b0ddbc #bcb0dd

Analogous Colors of #ddbcb0

#ddbcb0 #ddd3b0 #ddb0bb

Monochromatic Colors of #ddbcb0

#ddbcb0

Complementary Color

#ddbcb0 #b0d1dd

#ddbcb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcb0 Color CSS Codes

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

#ddbcb0 Text Font Color

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

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


#ddbcb0 Background Color

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

This div background color is #ddbcb0


#ddbcb0 Border Color

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

This div border color is #ddbcb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcb0


Comments

No comments written yet.

Please login to write comment.