Color Hex Logo

#ddbcad Color Hex

#DDBCAD
(221,188,173)
0 Favorites   0 Comments

Color spaces of #ddbcad

RGB 221188173
HSL0.050.410.77
HSV19°22°87°
CMYK 0.000.150.22   0.13
XYZ55.344854.355747.1099
Yxy54.35570.35290.3466
Hunter Lab73.72634.975113.7231
CIE-Lab78.66879.470611.9538

#ddbcad color RGB value is (221,188,173).

#ddbcad hex color red value is 221, green value is 188 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ddbcad hue: 0.05 , saturation: 0.41 and the lightness value of ddbcad is 0.77.

The process color (four color CMYK) of #ddbcad color hex is 0.00, 0.15, 0.22, 0.13. Web safe color of #ddbcad is #cccc99. Color #ddbcad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 10101101
Octal 335 274 255
Decimal 221 188 173
Hex DD BC AD

RGB Percentages of Color #ddbcad

%37.97
%32.30
%29.73

CMYK Percentages of Color #ddbcad

%0
%15
%22
%13

Triadic Colors of #ddbcad

#ddbcad #adddbc #bcaddd

Analogous Colors of #ddbcad

#ddbcad #ddd4ad #ddadb6

Monochromatic Colors of #ddbcad

#ddbcad

Complementary Color

#ddbcad #adcedd

#ddbcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcad Color CSS Codes

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

#ddbcad Text Font Color

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

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


#ddbcad Background Color

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

This div background color is #ddbcad


#ddbcad Border Color

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

This div border color is #ddbcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcad


Comments

No comments written yet.

Please login to write comment.