Color Hex Logo

#dbdaad Color Hex

#DBDAAD
(219,218,173)
0 Favorites   0 Comments

Color spaces of #dbdaad

RGB 219218173
HSL0.160.390.77
HSV59°21°86°
CMYK 0.000.000.21   0.14
XYZ61.827668.220049.4443
Yxy68.22000.34450.3801
Hunter Lab82.5954-10.924022.3239
CIE-Lab86.1163-6.927222.3362

#dbdaad color RGB value is (219,218,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011010 10101101
Octal 333 332 255
Decimal 219 218 173
Hex DB DA AD

RGB Percentages of Color #dbdaad

%35.90
%35.74
%28.36

CMYK Percentages of Color #dbdaad

%0
%0
%21
%14

Triadic Colors of #dbdaad

#dbdaad #addbda #daaddb

Analogous Colors of #dbdaad

#dbdaad #c5dbad #dbc3ad

Monochromatic Colors of #dbdaad

#dbdaad

Complementary Color

#dbdaad #adaedb

#dbdaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdaad Color CSS Codes

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

#dbdaad Text Font Color

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

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


#dbdaad Background Color

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

This div background color is #dbdaad


#dbdaad Border Color

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

This div border color is #dbdaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdaad


Comments

No comments written yet.

Please login to write comment.