Color Hex Logo

#dbccad Color Hex

#DBCCAD
(219,204,173)
0 Favorites   0 Comments

Color spaces of #dbccad

RGB 219204173
HSL0.110.390.77
HSV40°21°86°
CMYK 0.000.070.21   0.14
XYZ58.349161.262948.2848
Yxy61.26290.34750.3649
Hunter Lab78.2706-3.905618.2137
CIE-Lab82.51990.292917.3465

#dbccad color RGB value is (219,204,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 10101101
Octal 333 314 255
Decimal 219 204 173
Hex DB CC AD

RGB Percentages of Color #dbccad

%36.74
%34.23
%29.03

CMYK Percentages of Color #dbccad

%0
%7
%21
%14

Triadic Colors of #dbccad

#dbccad #addbcc #ccaddb

Analogous Colors of #dbccad

#dbccad #d3dbad #dbb5ad

Monochromatic Colors of #dbccad

#dbccad

Complementary Color

#dbccad #adbcdb

#dbccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbccad Color CSS Codes

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

#dbccad Text Font Color

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

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


#dbccad Background Color

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

This div background color is #dbccad


#dbccad Border Color

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

This div border color is #dbccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbccad


Comments

No comments written yet.

Please login to write comment.