Color Hex Logo

#dbacbf Color Hex

#DBACBF
(219,172,191)
0 Favorites   0 Comments

Color spaces of #dbacbf

RGB 219172191
HSL0.930.390.77
HSV336°21°86°
CMYK 0.000.210.13   0.14
XYZ53.369948.326755.8053
Yxy48.32670.33890.3068
Hunter Lab69.517415.38251.0670
CIE-Lab75.030520.1258-3.1055

#dbacbf color RGB value is (219,172,191).

#dbacbf hex color red value is 219, green value is 172 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dbacbf hue: 0.93 , saturation: 0.39 and the lightness value of dbacbf is 0.77.

The process color (four color CMYK) of #dbacbf color hex is 0.00, 0.21, 0.13, 0.14. Web safe color of #dbacbf is #cc99cc. Color #dbacbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 10111111
Octal 333 254 277
Decimal 219 172 191
Hex DB AC BF

RGB Percentages of Color #dbacbf

%37.63
%29.55
%32.82

CMYK Percentages of Color #dbacbf

%0
%21
%13
%14

Triadic Colors of #dbacbf

#dbacbf #bfdbac #acbfdb

Analogous Colors of #dbacbf

#dbacbf #dbb1ac #dbacd7

Monochromatic Colors of #dbacbf

#dbacbf

Complementary Color

#dbacbf #acdbc8

#dbacbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbacbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbacbf Color CSS Codes

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

#dbacbf Text Font Color

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

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


#dbacbf Background Color

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

This div background color is #dbacbf


#dbacbf Border Color

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

This div border color is #dbacbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,172,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbacbf


Comments

No comments written yet.

Please login to write comment.