Color Hex Logo

#dbcaad Color Hex

#DBCAAD
(219,202,173)
0 Favorites   0 Comments

Color spaces of #dbcaad

RGB 219202173
HSL0.110.390.77
HSV38°21°86°
CMYK 0.000.080.21   0.14
XYZ57.876860.318348.1273
Yxy60.31830.34800.3627
Hunter Lab77.6649-2.893117.6246
CIE-Lab82.01091.337116.6350

#dbcaad color RGB value is (219,202,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 10101101
Octal 333 312 255
Decimal 219 202 173
Hex DB CA AD

RGB Percentages of Color #dbcaad

%36.87
%34.01
%29.12

CMYK Percentages of Color #dbcaad

%0
%8
%21
%14

Triadic Colors of #dbcaad

#dbcaad #addbca #caaddb

Analogous Colors of #dbcaad

#dbcaad #d5dbad #dbb3ad

Monochromatic Colors of #dbcaad

#dbcaad

Complementary Color

#dbcaad #adbedb

#dbcaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcaad Color CSS Codes

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

#dbcaad Text Font Color

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

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


#dbcaad Background Color

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

This div background color is #dbcaad


#dbcaad Border Color

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

This div border color is #dbcaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcaad


Comments

No comments written yet.

Please login to write comment.