Color Hex Logo

#dbbeab Color Hex

#DBBEAB
(219,190,171)
0 Favorites   0 Comments

Color spaces of #dbbeab

RGB 219190171
HSL0.070.400.76
HSV24°22°86°
CMYK 0.000.130.22   0.14
XYZ54.977654.827346.2132
Yxy54.82730.35240.3514
Hunter Lab74.04552.953914.8278
CIE-Lab78.94177.368513.3904

#dbbeab color RGB value is (219,190,171).

#dbbeab hex color red value is 219, green value is 190 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dbbeab hue: 0.07 , saturation: 0.40 and the lightness value of dbbeab is 0.76.

The process color (four color CMYK) of #dbbeab color hex is 0.00, 0.13, 0.22, 0.14. Web safe color of #dbbeab is #cccc99. Color #dbbeab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 10101011
Octal 333 276 253
Decimal 219 190 171
Hex DB BE AB

RGB Percentages of Color #dbbeab

%37.76
%32.76
%29.48

CMYK Percentages of Color #dbbeab

%0
%13
%22
%14

Triadic Colors of #dbbeab

#dbbeab #abdbbe #beabdb

Analogous Colors of #dbbeab

#dbbeab #dbd6ab #dbabb0

Monochromatic Colors of #dbbeab

#dbbeab

Complementary Color

#dbbeab #abc8db

#dbbeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbeab Color CSS Codes

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

#dbbeab Text Font Color

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

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


#dbbeab Background Color

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

This div background color is #dbbeab


#dbbeab Border Color

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

This div border color is #dbbeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbeab


Comments

No comments written yet.

Please login to write comment.