Color Hex Logo

#ddbdac Color Hex

#DDBDAC
(221,189,172)
0 Favorites   0 Comments

Color spaces of #ddbdac

RGB 221189172
HSL0.060.420.77
HSV21°22°87°
CMYK 0.000.140.22   0.13
XYZ55.462854.745946.6735
Yxy54.74590.35350.3490
Hunter Lab73.99054.319214.3930
CIE-Lab78.89478.793012.8119

#ddbdac color RGB value is (221,189,172).

#ddbdac hex color red value is 221, green value is 189 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ddbdac hue: 0.06 , saturation: 0.42 and the lightness value of ddbdac is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111101 10101100
Octal 335 275 254
Decimal 221 189 172
Hex DD BD AC

RGB Percentages of Color #ddbdac

%37.97
%32.47
%29.55

CMYK Percentages of Color #ddbdac

%0
%14
%22
%13

Triadic Colors of #ddbdac

#ddbdac #acddbd #bdacdd

Analogous Colors of #ddbdac

#ddbdac #ddd6ac #ddacb4

Monochromatic Colors of #ddbdac

#ddbdac

Complementary Color

#ddbdac #acccdd

#ddbdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbdac Color CSS Codes

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

#ddbdac Text Font Color

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

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


#ddbdac Background Color

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

This div background color is #ddbdac


#ddbdac Border Color

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

This div border color is #ddbdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbdac


Comments

No comments written yet.

Please login to write comment.