Color Hex Logo

#ddacbf Color Hex

#DDACBF
(221,172,191)
0 Favorites   0 Comments

Color spaces of #ddacbf

RGB 221172191
HSL0.940.420.77
HSV337°22°87°
CMYK 0.000.220.14   0.13
XYZ53.975348.638855.8336
Yxy48.63880.34070.3070
Hunter Lab69.741516.09951.3527
CIE-Lab75.226120.8368-2.7954

#ddacbf color RGB value is (221,172,191).

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

The process color (four color CMYK) of #ddacbf color hex is 0.00, 0.22, 0.14, 0.13. Web safe color of #ddacbf is #cc99cc. Color #ddacbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 10111111
Octal 335 254 277
Decimal 221 172 191
Hex DD AC BF

RGB Percentages of Color #ddacbf

%37.84
%29.45
%32.71

CMYK Percentages of Color #ddacbf

%0
%22
%14
%13

Triadic Colors of #ddacbf

#ddacbf #bfddac #acbfdd

Analogous Colors of #ddacbf

#ddacbf #ddb2ac #ddacd8

Monochromatic Colors of #ddacbf

#ddacbf

Complementary Color

#ddacbf #acddca

#ddacbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddacbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddacbf Color CSS Codes

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

#ddacbf Text Font Color

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

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


#ddacbf Background Color

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

This div background color is #ddacbf


#ddacbf Border Color

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

This div border color is #ddacbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddacbf


Comments

No comments written yet.

Please login to write comment.