Color Hex Logo

#dbceaa Color Hex

#DBCEAA
(219,206,170)
0 Favorites   0 Comments

Color spaces of #dbceaa

RGB 219206170
HSL0.120.400.76
HSV44°22°86°
CMYK 0.000.060.22   0.14
XYZ58.540462.105046.9323
Yxy62.10500.34930.3706
Hunter Lab78.8067-5.315719.8553
CIE-Lab82.9692-1.180119.5588

#dbceaa color RGB value is (219,206,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 10101010
Octal 333 316 252
Decimal 219 206 170
Hex DB CE AA

RGB Percentages of Color #dbceaa

%36.81
%34.62
%28.57

CMYK Percentages of Color #dbceaa

%0
%6
%22
%14

Triadic Colors of #dbceaa

#dbceaa #aadbce #ceaadb

Analogous Colors of #dbceaa

#dbceaa #d0dbaa #dbb6aa

Monochromatic Colors of #dbceaa

#dbceaa

Complementary Color

#dbceaa #aab7db

#dbceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbceaa Color CSS Codes

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

#dbceaa Text Font Color

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

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


#dbceaa Background Color

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

This div background color is #dbceaa


#dbceaa Border Color

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

This div border color is #dbceaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,206,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 #dbceaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbceaa


Comments

No comments written yet.

Please login to write comment.