Color Hex Logo

#ddacbb Color Hex

#DDACBB
(221,172,187)
0 Favorites   0 Comments

Color spaces of #ddacbb

RGB 221172187
HSL0.950.420.77
HSV342°22°87°
CMYK 0.000.220.15   0.13
XYZ53.541048.465153.5465
Yxy48.46510.34420.3116
Hunter Lab69.616915.45143.1283
CIE-Lab75.117320.1920-0.7666

#ddacbb color RGB value is (221,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 10111011
Octal 335 254 273
Decimal 221 172 187
Hex DD AC BB

RGB Percentages of Color #ddacbb

%38.10
%29.66
%32.24

CMYK Percentages of Color #ddacbb

%0
%22
%15
%13

Triadic Colors of #ddacbb

#ddacbb #bbddac #acbbdd

Analogous Colors of #ddacbb

#ddacbb #ddb6ac #ddacd4

Monochromatic Colors of #ddacbb

#ddacbb

Complementary Color

#ddacbb #acddce

#ddacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddacbb Color CSS Codes

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

#ddacbb Text Font Color

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

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


#ddacbb Background Color

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

This div background color is #ddacbb


#ddacbb Border Color

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

This div border color is #ddacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddacbb


Comments

No comments written yet.

Please login to write comment.