Color Hex Logo

#ddacbd Color Hex

#DDACBD
(221,172,189)
0 Favorites   0 Comments

Color spaces of #ddacbd

RGB 221172189
HSL0.940.420.77
HSV339°22°87°
CMYK 0.000.220.14   0.13
XYZ53.756648.551354.6822
Yxy48.55130.34240.3093
Hunter Lab69.678815.77352.2458
CIE-Lab75.171320.5128-1.7818

#ddacbd color RGB value is (221,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 10111101
Octal 335 254 275
Decimal 221 172 189
Hex DD AC BD

RGB Percentages of Color #ddacbd

%37.97
%29.55
%32.47

CMYK Percentages of Color #ddacbd

%0
%22
%14
%13

Triadic Colors of #ddacbd

#ddacbd #bdddac #acbddd

Analogous Colors of #ddacbd

#ddacbd #ddb4ac #ddacd6

Monochromatic Colors of #ddacbd

#ddacbd

Complementary Color

#ddacbd #acddcc

#ddacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddacbd Color CSS Codes

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

#ddacbd Text Font Color

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

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


#ddacbd Background Color

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

This div background color is #ddacbd


#ddacbd Border Color

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

This div border color is #ddacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddacbd


Comments

No comments written yet.

Please login to write comment.