Color Hex Logo

#dbcdb0 Color Hex

#DBCDB0
(219,205,176)
0 Favorites   0 Comments

Color spaces of #dbcdb0

RGB 219205176
HSL0.110.370.77
HSV40°20°86°
CMYK 0.000.060.20   0.14
XYZ58.881261.857349.9106
Yxy61.85730.34500.3625
Hunter Lab78.6494-4.001717.4294
CIE-Lab82.83750.211716.2012

#dbcdb0 color RGB value is (219,205,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001101 10110000
Octal 333 315 260
Decimal 219 205 176
Hex DB CD B0

RGB Percentages of Color #dbcdb0

%36.50
%34.17
%29.33

CMYK Percentages of Color #dbcdb0

%0
%6
%20
%14

Triadic Colors of #dbcdb0

#dbcdb0 #b0dbcd #cdb0db

Analogous Colors of #dbcdb0

#dbcdb0 #d4dbb0 #dbb8b0

Monochromatic Colors of #dbcdb0

#dbcdb0

Complementary Color

#dbcdb0 #b0bedb

#dbcdb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcdb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcdb0 Color CSS Codes

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

#dbcdb0 Text Font Color

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

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


#dbcdb0 Background Color

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

This div background color is #dbcdb0


#dbcdb0 Border Color

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

This div border color is #dbcdb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcdb0


Comments

No comments written yet.

Please login to write comment.