Color Hex Logo

#dbdfad Color Hex

#DBDFAD
(219,223,173)
0 Favorites   0 Comments

Color spaces of #dbdfad

RGB 219223173
HSL0.180.440.78
HSV65°22°87°
CMYK 0.020.000.22   0.13
XYZ63.143970.852649.8830
Yxy70.85260.34340.3853
Hunter Lab84.1740-13.401023.7855
CIE-Lab87.4133-9.464824.1191

#dbdfad color RGB value is (219,223,173).

#dbdfad hex color red value is 219, green value is 223 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dbdfad hue: 0.18 , saturation: 0.44 and the lightness value of dbdfad is 0.78.

The process color (four color CMYK) of #dbdfad color hex is 0.02, 0.00, 0.22, 0.13. Web safe color of #dbdfad is #cccc99. Color #dbdfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011111 10101101
Octal 333 337 255
Decimal 219 223 173
Hex DB DF AD

RGB Percentages of Color #dbdfad

%35.61
%36.26
%28.13

CMYK Percentages of Color #dbdfad

%2
%0
%22
%13

Triadic Colors of #dbdfad

#dbdfad #addbdf #dfaddb

Analogous Colors of #dbdfad

#dbdfad #c2dfad #dfcaad

Monochromatic Colors of #dbdfad

#dbdfad

Complementary Color

#dbdfad #b1addf

#dbdfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdfad Color CSS Codes

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

#dbdfad Text Font Color

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

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


#dbdfad Background Color

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

This div background color is #dbdfad


#dbdfad Border Color

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

This div border color is #dbdfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdfad


Comments

No comments written yet.

Please login to write comment.