Color Hex Logo

#ddbacc Color Hex

#DDBACC
(221,186,204)
0 Favorites   0 Comments

Color spaces of #ddbacc

RGB 221186204
HSL0.910.340.80
HSV329°16°87°
CMYK 0.000.160.08   0.13
XYZ58.276854.849664.6423
Yxy54.84960.32780.3085
Hunter Lab74.060510.85230.0922
CIE-Lab78.954615.4850-4.3780

#ddbacc color RGB value is (221,186,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 11001100
Octal 335 272 314
Decimal 221 186 204
Hex DD BA CC

RGB Percentages of Color #ddbacc

%36.17
%30.44
%33.39

CMYK Percentages of Color #ddbacc

%0
%16
%8
%13

Triadic Colors of #ddbacc

#ddbacc #ccddba #baccdd

Analogous Colors of #ddbacc

#ddbacc #ddbabb #ddbadd

Monochromatic Colors of #ddbacc

#ddbacc

Complementary Color

#ddbacc #baddcb

#ddbacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbacc Color CSS Codes

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

#ddbacc Text Font Color

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

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


#ddbacc Background Color

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

This div background color is #ddbacc


#ddbacc Border Color

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

This div border color is #ddbacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbacc


Comments

No comments written yet.

Please login to write comment.