Color Hex Logo

#ddbcb9 Color Hex

#DDBCB9
(221,188,185)
0 Favorites   0 Comments

Color spaces of #ddbcb9

RGB 221188185
HSL0.010.350.80
HSV16°87°
CMYK 0.000.150.16   0.13
XYZ56.559054.841453.5034
Yxy54.84140.34300.3326
Hunter Lab74.05506.73209.0025
CIE-Lab78.949811.29015.8835

#ddbcb9 color RGB value is (221,188,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 10111001
Octal 335 274 271
Decimal 221 188 185
Hex DD BC B9

RGB Percentages of Color #ddbcb9

%37.21
%31.65
%31.14

CMYK Percentages of Color #ddbcb9

%0
%15
%16
%13

Triadic Colors of #ddbcb9

#ddbcb9 #b9ddbc #bcb9dd

Analogous Colors of #ddbcb9

#ddbcb9 #ddceb9 #ddb9c8

Monochromatic Colors of #ddbcb9

#ddbcb9

Complementary Color

#ddbcb9 #b9dadd

#ddbcb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcb9 Color CSS Codes

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

#ddbcb9 Text Font Color

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

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


#ddbcb9 Background Color

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

This div background color is #ddbcb9


#ddbcb9 Border Color

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

This div border color is #ddbcb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcb9


Comments

No comments written yet.

Please login to write comment.