Color Hex Logo

#ddbacb Color Hex

#DDBACB
(221,186,203)
0 Favorites   0 Comments

Color spaces of #ddbacb

RGB 221186203
HSL0.920.340.80
HSV331°16°87°
CMYK 0.000.160.08   0.13
XYZ58.157254.801864.0125
Yxy54.80180.32860.3097
Hunter Lab74.028210.68170.5515
CIE-Lab78.927015.3132-3.8779

#ddbacb color RGB value is (221,186,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 11001011
Octal 335 272 313
Decimal 221 186 203
Hex DD BA CB

RGB Percentages of Color #ddbacb

%36.23
%30.49
%33.28

CMYK Percentages of Color #ddbacb

%0
%16
%8
%13

Triadic Colors of #ddbacb

#ddbacb #cbddba #bacbdd

Analogous Colors of #ddbacb

#ddbacb #ddbbba #ddbadd

Monochromatic Colors of #ddbacb

#ddbacb

Complementary Color

#ddbacb #baddcc

#ddbacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbacb Color CSS Codes

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

#ddbacb Text Font Color

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

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


#ddbacb Background Color

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

This div background color is #ddbacb


#ddbacb Border Color

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

This div border color is #ddbacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbacb


Comments

No comments written yet.

Please login to write comment.