Color Hex Logo

#dbd3ad Color Hex

#DBD3AD
(219,211,173)
0 Favorites   0 Comments

Color spaces of #dbd3ad

RGB 219211173
HSL0.140.390.77
HSV50°21°86°
CMYK 0.000.040.21   0.14
XYZ60.050564.665748.8519
Yxy64.66570.34600.3726
Hunter Lab80.4150-7.430020.2720
CIE-Lab84.3112-3.337419.8402

#dbd3ad color RGB value is (219,211,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010011 10101101
Octal 333 323 255
Decimal 219 211 173
Hex DB D3 AD

RGB Percentages of Color #dbd3ad

%36.32
%34.99
%28.69

CMYK Percentages of Color #dbd3ad

%0
%4
%21
%14

Triadic Colors of #dbd3ad

#dbd3ad #addbd3 #d3addb

Analogous Colors of #dbd3ad

#dbd3ad #ccdbad #dbbcad

Monochromatic Colors of #dbd3ad

#dbd3ad

Complementary Color

#dbd3ad #adb5db

#dbd3ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd3ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd3ad Color CSS Codes

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

#dbd3ad Text Font Color

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

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


#dbd3ad Background Color

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

This div background color is #dbd3ad


#dbd3ad Border Color

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

This div border color is #dbd3ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd3ad


Comments

No comments written yet.

Please login to write comment.