Color Hex Logo

#dbde9a Color Hex

#DBDE9A
(219,222,154)
0 Favorites   0 Comments

Color spaces of #dbde9a

RGB 219222154
HSL0.170.510.74
HSV63°31°87°
CMYK 0.010.000.31   0.13
XYZ61.167469.635740.7890
Yxy69.63570.35650.4058
Hunter Lab83.4480-15.193529.4329
CIE-Lab86.8179-11.498633.0969

#dbde9a color RGB value is (219,222,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 10011010
Octal 333 336 232
Decimal 219 222 154
Hex DB DE 9A

RGB Percentages of Color #dbde9a

%36.81
%37.31
%25.88

CMYK Percentages of Color #dbde9a

%1
%0
%31
%13

Triadic Colors of #dbde9a

#dbde9a #9adbde #de9adb

Analogous Colors of #dbde9a

#dbde9a #b9de9a #debf9a

Monochromatic Colors of #dbde9a

#dbde9a

Complementary Color

#dbde9a #9d9ade

#dbde9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbde9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbde9a Color CSS Codes

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

#dbde9a Text Font Color

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

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


#dbde9a Background Color

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

This div background color is #dbde9a


#dbde9a Border Color

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

This div border color is #dbde9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbde9a


Comments

No comments written yet.

Please login to write comment.