Color Hex Logo

#dbde9d Color Hex

#DBDE9D
(219,222,157)
0 Favorites   0 Comments

Color spaces of #dbde9d

RGB 219222157
HSL0.170.500.74
HSV63°29°87°
CMYK 0.010.000.29   0.13
XYZ61.420569.736942.1217
Yxy69.73690.35450.4025
Hunter Lab83.5086-14.853528.5502
CIE-Lab86.8677-11.118631.6293

#dbde9d color RGB value is (219,222,157).

#dbde9d hex color red value is 219, green value is 222 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dbde9d hue: 0.17 , saturation: 0.50 and the lightness value of dbde9d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 10011101
Octal 333 336 235
Decimal 219 222 157
Hex DB DE 9D

RGB Percentages of Color #dbde9d

%36.62
%37.12
%26.25

CMYK Percentages of Color #dbde9d

%1
%0
%29
%13

Triadic Colors of #dbde9d

#dbde9d #9ddbde #de9ddb

Analogous Colors of #dbde9d

#dbde9d #bbde9d #dec19d

Monochromatic Colors of #dbde9d

#dbde9d

Complementary Color

#dbde9d #a09dde

#dbde9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbde9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbde9d Color CSS Codes

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

#dbde9d Text Font Color

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

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


#dbde9d Background Color

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

This div background color is #dbde9d


#dbde9d Border Color

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

This div border color is #dbde9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbde9d


Comments

No comments written yet.

Please login to write comment.