Color Hex Logo

#dbdaba Color Hex

#DBDABA
(219,218,186)
0 Favorites   0 Comments

Color spaces of #dbdaba

RGB 219218186
HSL0.160.310.79
HSV58°15°86°
CMYK 0.000.000.15   0.14
XYZ63.147768.748056.3958
Yxy68.74800.33540.3651
Hunter Lab82.9144-9.154417.7129
CIE-Lab86.3791-4.998115.8984

#dbdaba color RGB value is (219,218,186).

#dbdaba hex color red value is 219, green value is 218 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dbdaba hue: 0.16 , saturation: 0.31 and the lightness value of dbdaba is 0.79.

The process color (four color CMYK) of #dbdaba color hex is 0.00, 0.00, 0.15, 0.14. Web safe color of #dbdaba is #cccccc. Color #dbdaba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011010 10111010
Octal 333 332 272
Decimal 219 218 186
Hex DB DA BA

RGB Percentages of Color #dbdaba

%35.15
%34.99
%29.86

CMYK Percentages of Color #dbdaba

%0
%0
%15
%14

Triadic Colors of #dbdaba

#dbdaba #badbda #dabadb

Analogous Colors of #dbdaba

#dbdaba #ccdbba #dbcaba

Monochromatic Colors of #dbdaba

#dbdaba

Complementary Color

#dbdaba #babbdb

#dbdaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdaba Color CSS Codes

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

#dbdaba Text Font Color

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

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


#dbdaba Background Color

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

This div background color is #dbdaba


#dbdaba Border Color

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

This div border color is #dbdaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdaba


Comments

No comments written yet.

Please login to write comment.