Color Hex Logo

#ddbdba Color Hex

#DDBDBA
(221,189,186)
0 Favorites   0 Comments

Color spaces of #ddbdba

RGB 221189186
HSL0.010.340.80
HSV16°87°
CMYK 0.000.140.16   0.13
XYZ56.879355.312554.1329
Yxy55.31250.34200.3326
Hunter Lab74.37246.36358.9057
CIE-Lab79.220910.91395.7344

#ddbdba color RGB value is (221,189,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111101 10111010
Octal 335 275 272
Decimal 221 189 186
Hex DD BD BA

RGB Percentages of Color #ddbdba

%37.08
%31.71
%31.21

CMYK Percentages of Color #ddbdba

%0
%14
%16
%13

Triadic Colors of #ddbdba

#ddbdba #baddbd #bdbadd

Analogous Colors of #ddbdba

#ddbdba #ddcfba #ddbac9

Monochromatic Colors of #ddbdba

#ddbdba

Complementary Color

#ddbdba #badadd

#ddbdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbdba Color CSS Codes

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

#ddbdba Text Font Color

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

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


#ddbdba Background Color

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

This div background color is #ddbdba


#ddbdba Border Color

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

This div border color is #ddbdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbdba


Comments

No comments written yet.

Please login to write comment.