Color Hex Logo

#dbddad Color Hex

#DBDDAD
(219,221,173)
0 Favorites   0 Comments

Color spaces of #dbddad

RGB 219221173
HSL0.170.410.77
HSV63°22°87°
CMYK 0.010.000.22   0.13
XYZ62.612769.790149.7060
Yxy69.79010.34380.3832
Hunter Lab83.5405-12.412023.2012
CIE-Lab86.8938-8.452323.4059

#dbddad color RGB value is (219,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 10101101
Octal 333 335 255
Decimal 219 221 173
Hex DB DD AD

RGB Percentages of Color #dbddad

%35.73
%36.05
%28.22

CMYK Percentages of Color #dbddad

%1
%0
%22
%13

Triadic Colors of #dbddad

#dbddad #addbdd #ddaddb

Analogous Colors of #dbddad

#dbddad #c3ddad #ddc7ad

Monochromatic Colors of #dbddad

#dbddad

Complementary Color

#dbddad #afaddd

#dbddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbddad Color CSS Codes

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

#dbddad Text Font Color

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

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


#dbddad Background Color

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

This div background color is #dbddad


#dbddad Border Color

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

This div border color is #dbddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbddad


Comments

No comments written yet.

Please login to write comment.