Color Hex Logo

#dbdd8e Color Hex

#DBDD8E
(219,221,142)
0 Favorites   0 Comments

Color spaces of #dbdd8e

RGB 219221142
HSL0.170.540.71
HSV62°36°87°
CMYK 0.010.000.36   0.13
XYZ59.952468.726035.6968
Yxy68.72600.36470.4181
Hunter Lab82.9011-15.989532.5008
CIE-Lab86.3682-12.437638.5898

#dbdd8e color RGB value is (219,221,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 10001110
Octal 333 335 216
Decimal 219 221 142
Hex DB DD 8E

RGB Percentages of Color #dbdd8e

%37.63
%37.97
%24.40

CMYK Percentages of Color #dbdd8e

%1
%0
%36
%13

Triadic Colors of #dbdd8e

#dbdd8e #8edbdd #dd8edb

Analogous Colors of #dbdd8e

#dbdd8e #b4dd8e #ddb88e

Monochromatic Colors of #dbdd8e

#dbdd8e

Complementary Color

#dbdd8e #908edd

#dbdd8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdd8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdd8e Color CSS Codes

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

#dbdd8e Text Font Color

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

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


#dbdd8e Background Color

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

This div background color is #dbdd8e


#dbdd8e Border Color

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

This div border color is #dbdd8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdd8e


Comments

No comments written yet.

Please login to write comment.