Color Hex Logo

#ddbdb7 Color Hex

#DDBDB7
(221,189,183)
0 Favorites   0 Comments

Color spaces of #ddbdb7

RGB 221189183
HSL0.030.360.79
HSV17°87°
CMYK 0.000.140.17   0.13
XYZ56.563655.186252.4705
Yxy55.18620.34440.3360
Hunter Lab74.28745.909710.1236
CIE-Lab79.148410.44567.2481

#ddbdb7 color RGB value is (221,189,183).

#ddbdb7 hex color red value is 221, green value is 189 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #ddbdb7 hue: 0.03 , saturation: 0.36 and the lightness value of ddbdb7 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111101 10110111
Octal 335 275 267
Decimal 221 189 183
Hex DD BD B7

RGB Percentages of Color #ddbdb7

%37.27
%31.87
%30.86

CMYK Percentages of Color #ddbdb7

%0
%14
%17
%13

Triadic Colors of #ddbdb7

#ddbdb7 #b7ddbd #bdb7dd

Analogous Colors of #ddbdb7

#ddbdb7 #ddd0b7 #ddb7c4

Monochromatic Colors of #ddbdb7

#ddbdb7

Complementary Color

#ddbdb7 #b7d7dd

#ddbdb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbdb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbdb7 Color CSS Codes

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

#ddbdb7 Text Font Color

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

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


#ddbdb7 Background Color

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

This div background color is #ddbdb7


#ddbdb7 Border Color

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

This div border color is #ddbdb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbdb7


Comments

No comments written yet.

Please login to write comment.