Color Hex Logo

#dbdd8d Color Hex

#DBDD8D
(219,221,141)
0 Favorites   0 Comments

Color spaces of #dbdd8d

RGB 219221141
HSL0.170.540.71
HSV61°36°87°
CMYK 0.010.000.36   0.13
XYZ59.877668.696135.3031
Yxy68.69610.36540.4192
Hunter Lab82.8831-16.090932.7643
CIE-Lab86.3533-12.552039.0731

#dbdd8d color RGB value is (219,221,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 10001101
Octal 333 335 215
Decimal 219 221 141
Hex DB DD 8D

RGB Percentages of Color #dbdd8d

%37.69
%38.04
%24.27

CMYK Percentages of Color #dbdd8d

%1
%0
%36
%13

Triadic Colors of #dbdd8d

#dbdd8d #8ddbdd #dd8ddb

Analogous Colors of #dbdd8d

#dbdd8d #b3dd8d #ddb78d

Monochromatic Colors of #dbdd8d

#dbdd8d

Complementary Color

#dbdd8d #8f8ddd

#dbdd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdd8d Color CSS Codes

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

#dbdd8d Text Font Color

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

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


#dbdd8d Background Color

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

This div background color is #dbdd8d


#dbdd8d Border Color

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

This div border color is #dbdd8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdd8d


Comments

No comments written yet.

Please login to write comment.