Color Hex Logo

#ddbcba Color Hex

#DDBCBA
(221,188,186)
0 Favorites   0 Comments

Color spaces of #ddbcba

RGB 221188186
HSL0.010.340.80
HSV16°87°
CMYK 0.000.150.16   0.13
XYZ56.664954.883854.0614
Yxy54.88380.34220.3314
Hunter Lab74.08366.88448.5925
CIE-Lab78.974311.44705.3790

#ddbcba color RGB value is (221,188,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 10111010
Octal 335 274 272
Decimal 221 188 186
Hex DD BC BA

RGB Percentages of Color #ddbcba

%37.14
%31.60
%31.26

CMYK Percentages of Color #ddbcba

%0
%15
%16
%13

Triadic Colors of #ddbcba

#ddbcba #baddbc #bcbadd

Analogous Colors of #ddbcba

#ddbcba #ddceba #ddbaca

Monochromatic Colors of #ddbcba

#ddbcba

Complementary Color

#ddbcba #badbdd

#ddbcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcba Color CSS Codes

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

#ddbcba Text Font Color

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

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


#ddbcba Background Color

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

This div background color is #ddbcba


#ddbcba Border Color

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

This div border color is #ddbcba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcba


Comments

No comments written yet.

Please login to write comment.