Color Hex Logo

#dbacbd Color Hex

#DBACBD
(219,172,189)
0 Favorites   0 Comments

Color spaces of #dbacbd

RGB 219172189
HSL0.940.390.77
HSV338°21°86°
CMYK 0.000.210.14   0.14
XYZ53.151248.239254.6538
Yxy48.23920.34060.3091
Hunter Lab69.454415.05491.9627
CIE-Lab74.975519.7986-2.0918

#dbacbd color RGB value is (219,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 10111101
Octal 333 254 275
Decimal 219 172 189
Hex DB AC BD

RGB Percentages of Color #dbacbd

%37.76
%29.66
%32.59

CMYK Percentages of Color #dbacbd

%0
%21
%14
%14

Triadic Colors of #dbacbd

#dbacbd #bddbac #acbddb

Analogous Colors of #dbacbd

#dbacbd #dbb3ac #dbacd5

Monochromatic Colors of #dbacbd

#dbacbd

Complementary Color

#dbacbd #acdbca

#dbacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbacbd Color CSS Codes

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

#dbacbd Text Font Color

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

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


#dbacbd Background Color

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

This div background color is #dbacbd


#dbacbd Border Color

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

This div border color is #dbacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbacbd


Comments

No comments written yet.

Please login to write comment.