Color Hex Logo

#ddbcb5 Color Hex

#DDBCB5
(221,188,181)
0 Favorites   0 Comments

Color spaces of #ddbcb5

RGB 221188181
HSL0.030.370.79
HSV11°18°87°
CMYK 0.000.150.18   0.13
XYZ56.142554.674851.3103
Yxy54.67480.34630.3372
Hunter Lab73.94246.131110.6170
CIE-Lab78.853610.67017.9041

#ddbcb5 color RGB value is (221,188,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 10110101
Octal 335 274 265
Decimal 221 188 181
Hex DD BC B5

RGB Percentages of Color #ddbcb5

%37.46
%31.86
%30.68

CMYK Percentages of Color #ddbcb5

%0
%15
%18
%13

Triadic Colors of #ddbcb5

#ddbcb5 #b5ddbc #bcb5dd

Analogous Colors of #ddbcb5

#ddbcb5 #ddd0b5 #ddb5c2

Monochromatic Colors of #ddbcb5

#ddbcb5

Complementary Color

#ddbcb5 #b5d6dd

#ddbcb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcb5 Color CSS Codes

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

#ddbcb5 Text Font Color

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

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


#ddbcb5 Background Color

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

This div background color is #ddbcb5


#ddbcb5 Border Color

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

This div border color is #ddbcb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcb5


Comments

No comments written yet.

Please login to write comment.