Color Hex Logo

#dbceb0 Color Hex

#DBCEB0
(219,206,176)
0 Favorites   0 Comments

Color spaces of #dbceb0

RGB 219206176
HSL0.120.370.77
HSV42°20°86°
CMYK 0.000.060.20   0.14
XYZ59.121262.337349.9906
Yxy62.33730.34480.3636
Hunter Lab78.9540-4.507617.7276
CIE-Lab83.0925-0.309116.5585

#dbceb0 color RGB value is (219,206,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 10110000
Octal 333 316 260
Decimal 219 206 176
Hex DB CE B0

RGB Percentages of Color #dbceb0

%36.44
%34.28
%29.28

CMYK Percentages of Color #dbceb0

%0
%6
%20
%14

Triadic Colors of #dbceb0

#dbceb0 #b0dbce #ceb0db

Analogous Colors of #dbceb0

#dbceb0 #d3dbb0 #dbb9b0

Monochromatic Colors of #dbceb0

#dbceb0

Complementary Color

#dbceb0 #b0bddb

#dbceb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbceb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbceb0 Color CSS Codes

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

#dbceb0 Text Font Color

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

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


#dbceb0 Background Color

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

This div background color is #dbceb0


#dbceb0 Border Color

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

This div border color is #dbceb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbceb0

#dbceb0 Color Palettes


Comments

No comments written yet.

Please login to write comment.