Color Hex Logo

#dbdcb0 Color Hex

#DBDCB0
(219,220,176)
0 Favorites   0 Comments

Color spaces of #dbdcb0

RGB 219220176
HSL0.170.390.78
HSV61°20°86°
CMYK 0.000.000.20   0.14
XYZ62.643169.381151.1645
Yxy69.38110.34200.3787
Hunter Lab83.2953-11.524021.8876
CIE-Lab86.6924-7.513821.5669

#dbdcb0 color RGB value is (219,220,176).

#dbdcb0 hex color red value is 219, green value is 220 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #dbdcb0 hue: 0.17 , saturation: 0.39 and the lightness value of dbdcb0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011100 10110000
Octal 333 334 260
Decimal 219 220 176
Hex DB DC B0

RGB Percentages of Color #dbdcb0

%35.61
%35.77
%28.62

CMYK Percentages of Color #dbdcb0

%0
%0
%20
%14

Triadic Colors of #dbdcb0

#dbdcb0 #b0dbdc #dcb0db

Analogous Colors of #dbdcb0

#dbdcb0 #c5dcb0 #dcc7b0

Monochromatic Colors of #dbdcb0

#dbdcb0

Complementary Color

#dbdcb0 #b1b0dc

#dbdcb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdcb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdcb0 Color CSS Codes

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

#dbdcb0 Text Font Color

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

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


#dbdcb0 Background Color

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

This div background color is #dbdcb0


#dbdcb0 Border Color

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

This div border color is #dbdcb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdcb0


Comments

No comments written yet.

Please login to write comment.