Color Hex Logo

#ddbbac Color Hex

#DDBBAC
(221,187,172)
0 Favorites   0 Comments

Color spaces of #ddbbac

RGB 221187172
HSL0.050.420.77
HSV18°22°87°
CMYK 0.000.150.22   0.13
XYZ55.035553.891446.5311
Yxy53.89140.35400.3467
Hunter Lab73.41085.351313.8068
CIE-Lab78.39849.856612.1098

#ddbbac color RGB value is (221,187,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 10101100
Octal 335 273 254
Decimal 221 187 172
Hex DD BB AC

RGB Percentages of Color #ddbbac

%38.10
%32.24
%29.66

CMYK Percentages of Color #ddbbac

%0
%15
%22
%13

Triadic Colors of #ddbbac

#ddbbac #acddbb #bbacdd

Analogous Colors of #ddbbac

#ddbbac #ddd4ac #ddacb6

Monochromatic Colors of #ddbbac

#ddbbac

Complementary Color

#ddbbac #accedd

#ddbbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbac Color CSS Codes

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

#ddbbac Text Font Color

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

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


#ddbbac Background Color

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

This div background color is #ddbbac


#ddbbac Border Color

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

This div border color is #ddbbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbac


Comments

No comments written yet.

Please login to write comment.