Color Hex Logo

#ddbcb6 Color Hex

#DDBCB6
(221,188,182)
0 Favorites   0 Comments

Color spaces of #ddbcb6

RGB 221188182
HSL0.030.360.79
HSV18°87°
CMYK 0.000.150.18   0.13
XYZ56.245554.716051.8528
Yxy54.71600.34550.3361
Hunter Lab73.97036.279810.2172
CIE-Lab78.877410.82387.3986

#ddbcb6 color RGB value is (221,188,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 10110110
Octal 335 274 266
Decimal 221 188 182
Hex DD BC B6

RGB Percentages of Color #ddbcb6

%37.39
%31.81
%30.80

CMYK Percentages of Color #ddbcb6

%0
%15
%18
%13

Triadic Colors of #ddbcb6

#ddbcb6 #b6ddbc #bcb6dd

Analogous Colors of #ddbcb6

#ddbcb6 #ddd0b6 #ddb6c4

Monochromatic Colors of #ddbcb6

#ddbcb6

Complementary Color

#ddbcb6 #b6d7dd

#ddbcb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcb6 Color CSS Codes

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

#ddbcb6 Text Font Color

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

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


#ddbcb6 Background Color

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

This div background color is #ddbcb6


#ddbcb6 Border Color

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

This div border color is #ddbcb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcb6


Comments

No comments written yet.

Please login to write comment.