Color Hex Logo

#dbdd9f Color Hex

#DBDD9F
(219,221,159)
0 Favorites   0 Comments

Color spaces of #dbdd9f

RGB 219221159
HSL0.170.480.75
HSV62°28°87°
CMYK 0.010.000.28   0.13
XYZ61.327969.276242.9402
Yxy69.27620.35340.3992
Hunter Lab83.2323-14.132827.6745
CIE-Lab86.6406-10.357430.3000

#dbdd9f color RGB value is (219,221,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 10011111
Octal 333 335 237
Decimal 219 221 159
Hex DB DD 9F

RGB Percentages of Color #dbdd9f

%36.56
%36.89
%26.54

CMYK Percentages of Color #dbdd9f

%1
%0
%28
%13

Triadic Colors of #dbdd9f

#dbdd9f #9fdbdd #dd9fdb

Analogous Colors of #dbdd9f

#dbdd9f #bcdd9f #ddc09f

Monochromatic Colors of #dbdd9f

#dbdd9f

Complementary Color

#dbdd9f #a19fdd

#dbdd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdd9f Color CSS Codes

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

#dbdd9f Text Font Color

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

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


#dbdd9f Background Color

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

This div background color is #dbdd9f


#dbdd9f Border Color

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

This div border color is #dbdd9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,221,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbdd9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdd9f


Comments

No comments written yet.

Please login to write comment.