Color Hex Logo

#ddbcb7 Color Hex

#DDBCB7
(221,188,183)
0 Favorites   0 Comments

Color spaces of #ddbcb7

RGB 221188183
HSL0.020.360.79
HSV17°87°
CMYK 0.000.150.17   0.13
XYZ56.349354.757552.3991
Yxy54.75750.34460.3349
Hunter Lab73.99836.42979.8149
CIE-Lab78.901410.97856.8934

#ddbcb7 color RGB value is (221,188,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 10110111
Octal 335 274 267
Decimal 221 188 183
Hex DD BC B7

RGB Percentages of Color #ddbcb7

%37.33
%31.76
%30.91

CMYK Percentages of Color #ddbcb7

%0
%15
%17
%13

Triadic Colors of #ddbcb7

#ddbcb7 #b7ddbc #bcb7dd

Analogous Colors of #ddbcb7

#ddbcb7 #ddcfb7 #ddb7c5

Monochromatic Colors of #ddbcb7

#ddbcb7

Complementary Color

#ddbcb7 #b7d8dd

#ddbcb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcb7 Color CSS Codes

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

#ddbcb7 Text Font Color

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

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


#ddbcb7 Background Color

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

This div background color is #ddbcb7


#ddbcb7 Border Color

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

This div border color is #ddbcb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcb7


Comments

No comments written yet.

Please login to write comment.