Color Hex Logo

#dbacbc Color Hex

#DBACBC
(219,172,188)
0 Favorites   0 Comments

Color spaces of #dbacbc

RGB 219172188
HSL0.940.390.77
HSV340°21°86°
CMYK 0.000.210.14   0.14
XYZ53.043048.196054.0840
Yxy48.19600.34150.3103
Hunter Lab69.423314.89232.4067
CIE-Lab74.948419.6359-1.5843

#dbacbc color RGB value is (219,172,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 10111100
Octal 333 254 274
Decimal 219 172 188
Hex DB AC BC

RGB Percentages of Color #dbacbc

%37.82
%29.71
%32.47

CMYK Percentages of Color #dbacbc

%0
%21
%14
%14

Triadic Colors of #dbacbc

#dbacbc #bcdbac #acbcdb

Analogous Colors of #dbacbc

#dbacbc #dbb4ac #dbacd4

Monochromatic Colors of #dbacbc

#dbacbc

Complementary Color

#dbacbc #acdbcb

#dbacbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbacbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbacbc Color CSS Codes

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

#dbacbc Text Font Color

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

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


#dbacbc Background Color

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

This div background color is #dbacbc


#dbacbc Border Color

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

This div border color is #dbacbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbacbc


Comments

No comments written yet.

Please login to write comment.