Color Hex Logo

#ddbcac Color Hex

#DDBCAC
(221,188,172)
0 Favorites   0 Comments

Color spaces of #ddbcac

RGB 221188172
HSL0.050.420.77
HSV20°22°87°
CMYK 0.000.150.22   0.13
XYZ55.248454.317146.6021
Yxy54.31710.35380.3478
Hunter Lab73.70014.835114.0998
CIE-Lab78.64639.324712.4606

#ddbcac color RGB value is (221,188,172).

#ddbcac hex color red value is 221, green value is 188 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ddbcac hue: 0.05 , saturation: 0.42 and the lightness value of ddbcac is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 10101100
Octal 335 274 254
Decimal 221 188 172
Hex DD BC AC

RGB Percentages of Color #ddbcac

%38.04
%32.36
%29.60

CMYK Percentages of Color #ddbcac

%0
%15
%22
%13

Triadic Colors of #ddbcac

#ddbcac #acddbc #bcacdd

Analogous Colors of #ddbcac

#ddbcac #ddd5ac #ddacb5

Monochromatic Colors of #ddbcac

#ddbcac

Complementary Color

#ddbcac #accddd

#ddbcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcac Color CSS Codes

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

#ddbcac Text Font Color

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

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


#ddbcac Background Color

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

This div background color is #ddbcac


#ddbcac Border Color

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

This div border color is #ddbcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcac


Comments

No comments written yet.

Please login to write comment.