Color Hex Logo

#ddadbc Color Hex

#DDADBC
(221,173,188)
0 Favorites   0 Comments

Color spaces of #ddadbc

RGB 221173188
HSL0.950.410.77
HSV341°22°87°
CMYK 0.000.220.15   0.13
XYZ53.839548.890154.1760
Yxy48.89010.34310.3116
Hunter Lab69.921515.08243.0064
CIE-Lab75.382919.8133-0.9249

#ddadbc color RGB value is (221,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 10111100
Octal 335 255 274
Decimal 221 173 188
Hex DD AD BC

RGB Percentages of Color #ddadbc

%37.97
%29.73
%32.30

CMYK Percentages of Color #ddadbc

%0
%22
%15
%13

Triadic Colors of #ddadbc

#ddadbc #bcddad #adbcdd

Analogous Colors of #ddadbc

#ddadbc #ddb6ad #ddadd4

Monochromatic Colors of #ddadbc

#ddadbc

Complementary Color

#ddadbc #adddce

#ddadbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddadbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddadbc Color CSS Codes

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

#ddadbc Text Font Color

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

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


#ddadbc Background Color

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

This div background color is #ddadbc


#ddadbc Border Color

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

This div border color is #ddadbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddadbc


Comments

No comments written yet.

Please login to write comment.