Color Hex Logo

#ddbdb9 Color Hex

#DDBDB9
(221,189,185)
0 Favorites   0 Comments

Color spaces of #ddbdb9

RGB 221189185
HSL0.020.350.80
HSV16°87°
CMYK 0.000.140.16   0.13
XYZ56.773355.270153.5749
Yxy55.27010.34280.3337
Hunter Lab74.34396.21129.3142
CIE-Lab79.196610.75696.2387

#ddbdb9 color RGB value is (221,189,185).

#ddbdb9 hex color red value is 221, green value is 189 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #ddbdb9 hue: 0.02 , saturation: 0.35 and the lightness value of ddbdb9 is 0.80.

The process color (four color CMYK) of #ddbdb9 color hex is 0.00, 0.14, 0.16, 0.13. Web safe color of #ddbdb9 is #cccccc. Color #ddbdb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111101 10111001
Octal 335 275 271
Decimal 221 189 185
Hex DD BD B9

RGB Percentages of Color #ddbdb9

%37.14
%31.76
%31.09

CMYK Percentages of Color #ddbdb9

%0
%14
%16
%13

Triadic Colors of #ddbdb9

#ddbdb9 #b9ddbd #bdb9dd

Analogous Colors of #ddbdb9

#ddbdb9 #ddcfb9 #ddb9c7

Monochromatic Colors of #ddbdb9

#ddbdb9

Complementary Color

#ddbdb9 #b9d9dd

#ddbdb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbdb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbdb9 Color CSS Codes

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

#ddbdb9 Text Font Color

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

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


#ddbdb9 Background Color

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

This div background color is #ddbdb9


#ddbdb9 Border Color

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

This div border color is #ddbdb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbdb9


Comments

No comments written yet.

Please login to write comment.