Color Hex Logo

#dbb4ac Color Hex

#DBB4AC
(219,180,172)
0 Favorites   0 Comments

Color spaces of #dbb4ac

RGB 219180172
HSL0.030.390.77
HSV10°21°86°
CMYK 0.000.180.21   0.14
XYZ52.981150.681146.0198
Yxy50.68110.35400.3386
Hunter Lab71.19078.258611.5066
CIE-Lab76.485412.85059.3654

#dbb4ac color RGB value is (219,180,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110100 10101100
Octal 333 264 254
Decimal 219 180 172
Hex DB B4 AC

RGB Percentages of Color #dbb4ac

%38.35
%31.52
%30.12

CMYK Percentages of Color #dbb4ac

%0
%18
%21
%14

Triadic Colors of #dbb4ac

#dbb4ac #acdbb4 #b4acdb

Analogous Colors of #dbb4ac

#dbb4ac #dbccac #dbacbc

Monochromatic Colors of #dbb4ac

#dbb4ac

Complementary Color

#dbb4ac #acd3db

#dbb4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb4ac Color CSS Codes

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

#dbb4ac Text Font Color

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

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


#dbb4ac Background Color

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

This div background color is #dbb4ac


#dbb4ac Border Color

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

This div border color is #dbb4ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb4ac


Comments

No comments written yet.

Please login to write comment.