Color Hex Logo

#dbdaab Color Hex

#DBDAAB
(219,218,171)
0 Favorites   0 Comments

Color spaces of #dbdaab

RGB 219218171
HSL0.160.400.76
HSV59°22°86°
CMYK 0.000.000.22   0.14
XYZ61.635568.143248.4325
Yxy68.14320.34590.3824
Hunter Lab82.5489-11.182722.9980
CIE-Lab86.0780-7.211123.3259

#dbdaab color RGB value is (219,218,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011010 10101011
Octal 333 332 253
Decimal 219 218 171
Hex DB DA AB

RGB Percentages of Color #dbdaab

%36.02
%35.86
%28.13

CMYK Percentages of Color #dbdaab

%0
%0
%22
%14

Triadic Colors of #dbdaab

#dbdaab #abdbda #daabdb

Analogous Colors of #dbdaab

#dbdaab #c4dbab #dbc2ab

Monochromatic Colors of #dbdaab

#dbdaab

Complementary Color

#dbdaab #abacdb

#dbdaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdaab Color CSS Codes

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

#dbdaab Text Font Color

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

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


#dbdaab Background Color

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

This div background color is #dbdaab


#dbdaab Border Color

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

This div border color is #dbdaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdaab


Comments

No comments written yet.

Please login to write comment.