Color Hex Logo

#ddb4ac Color Hex

#DDB4AC
(221,180,172)
0 Favorites   0 Comments

Color spaces of #ddb4ac

RGB 221180172
HSL0.030.420.77
HSV10°22°87°
CMYK 0.000.190.22   0.13
XYZ53.586450.993246.0481
Yxy50.99320.35580.3385
Hunter Lab71.40958.981511.7538
CIE-Lab76.674913.59519.6613

#ddb4ac color RGB value is (221,180,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110100 10101100
Octal 335 264 254
Decimal 221 180 172
Hex DD B4 AC

RGB Percentages of Color #ddb4ac

%38.57
%31.41
%30.02

CMYK Percentages of Color #ddb4ac

%0
%19
%22
%13

Triadic Colors of #ddb4ac

#ddb4ac #acddb4 #b4acdd

Analogous Colors of #ddb4ac

#ddb4ac #ddcdac #ddacbd

Monochromatic Colors of #ddb4ac

#ddb4ac

Complementary Color

#ddb4ac #acd5dd

#ddb4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb4ac Color CSS Codes

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

#ddb4ac Text Font Color

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

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


#ddb4ac Background Color

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

This div background color is #ddb4ac


#ddb4ac Border Color

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

This div border color is #ddb4ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,180,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 #ddb4ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb4ac


Comments

No comments written yet.

Please login to write comment.