Color Hex Logo

#ddbaac Color Hex

#DDBAAC
(221,186,172)
0 Favorites   0 Comments

Color spaces of #ddbaac

RGB 221186172
HSL0.050.420.77
HSV17°22°87°
CMYK 0.000.160.22   0.13
XYZ54.824153.468546.4606
Yxy53.46850.35430.3455
Hunter Lab73.12225.868513.5136
CIE-Lab78.150810.389411.7590

#ddbaac color RGB value is (221,186,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 10101100
Octal 335 272 254
Decimal 221 186 172
Hex DD BA AC

RGB Percentages of Color #ddbaac

%38.17
%32.12
%29.71

CMYK Percentages of Color #ddbaac

%0
%16
%22
%13

Triadic Colors of #ddbaac

#ddbaac #acddba #baacdd

Analogous Colors of #ddbaac

#ddbaac #ddd3ac #ddacb7

Monochromatic Colors of #ddbaac

#ddbaac

Complementary Color

#ddbaac #accfdd

#ddbaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbaac Color CSS Codes

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

#ddbaac Text Font Color

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

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


#ddbaac Background Color

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

This div background color is #ddbaac


#ddbaac Border Color

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

This div border color is #ddbaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbaac


Comments

No comments written yet.

Please login to write comment.