Color Hex Logo

#ddbac0 Color Hex

#DDBAC0
(221,186,192)
0 Favorites   0 Comments

Color spaces of #ddbac0

RGB 221186192
HSL0.970.340.80
HSV350°16°87°
CMYK 0.000.160.13   0.13
XYZ56.892154.295757.3508
Yxy54.29570.33760.3222
Hunter Lab73.68568.86875.4335
CIE-Lab78.633813.47611.6430

#ddbac0 color RGB value is (221,186,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 11000000
Octal 335 272 300
Decimal 221 186 192
Hex DD BA C0

RGB Percentages of Color #ddbac0

%36.89
%31.05
%32.05

CMYK Percentages of Color #ddbac0

%0
%16
%13
%13

Triadic Colors of #ddbac0

#ddbac0 #c0ddba #bac0dd

Analogous Colors of #ddbac0

#ddbac0 #ddc6ba #ddbad2

Monochromatic Colors of #ddbac0

#ddbac0

Complementary Color

#ddbac0 #baddd7

#ddbac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbac0 Color CSS Codes

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

#ddbac0 Text Font Color

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

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


#ddbac0 Background Color

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

This div background color is #ddbac0


#ddbac0 Border Color

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

This div border color is #ddbac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbac0

#ddbac0 Color Palettes


Comments

No comments written yet.

Please login to write comment.