Color Hex Logo

#ddadbd Color Hex

#DDADBD
(221,173,189)
0 Favorites   0 Comments

Color spaces of #ddadbd

RGB 221173189
HSL0.940.410.77
HSV340°22°87°
CMYK 0.000.220.14   0.13
XYZ53.947748.933454.7459
Yxy48.93340.34220.3104
Hunter Lab69.952415.24352.5654
CIE-Lab75.409919.9740-1.4322

#ddadbd color RGB value is (221,173,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 10111101
Octal 335 255 275
Decimal 221 173 189
Hex DD AD BD

RGB Percentages of Color #ddadbd

%37.91
%29.67
%32.42

CMYK Percentages of Color #ddadbd

%0
%22
%14
%13

Triadic Colors of #ddadbd

#ddadbd #bdddad #adbddd

Analogous Colors of #ddadbd

#ddadbd #ddb5ad #ddadd5

Monochromatic Colors of #ddadbd

#ddadbd

Complementary Color

#ddadbd #adddcd

#ddadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddadbd Color CSS Codes

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

#ddadbd Text Font Color

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

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


#ddadbd Background Color

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

This div background color is #ddadbd


#ddadbd Border Color

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

This div border color is #ddadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddadbd


Comments

No comments written yet.

Please login to write comment.