Color Hex Logo

#dbbeaa Color Hex

#DBBEAA
(219,190,170)
0 Favorites   0 Comments

Color spaces of #dbbeaa

RGB 219190170
HSL0.070.400.76
HSV24°22°86°
CMYK 0.000.130.22   0.14
XYZ54.882654.789345.7130
Yxy54.78930.35320.3526
Hunter Lab74.01982.815715.1977
CIE-Lab78.91977.222913.8968

#dbbeaa color RGB value is (219,190,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 10101010
Octal 333 276 252
Decimal 219 190 170
Hex DB BE AA

RGB Percentages of Color #dbbeaa

%37.82
%32.82
%29.36

CMYK Percentages of Color #dbbeaa

%0
%13
%22
%14

Triadic Colors of #dbbeaa

#dbbeaa #aadbbe #beaadb

Analogous Colors of #dbbeaa

#dbbeaa #dbd7aa #dbaaaf

Monochromatic Colors of #dbbeaa

#dbbeaa

Complementary Color

#dbbeaa #aac7db

#dbbeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbeaa Color CSS Codes

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

#dbbeaa Text Font Color

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

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


#dbbeaa Background Color

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

This div background color is #dbbeaa


#dbbeaa Border Color

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

This div border color is #dbbeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbeaa


Comments

No comments written yet.

Please login to write comment.