Color Hex Logo

#dbde8c Color Hex

#DBDE8C
(219,222,140)
0 Favorites   0 Comments

Color spaces of #dbde8c

RGB 219222140
HSL0.170.550.71
HSV62°37°87°
CMYK 0.010.000.37   0.13
XYZ60.068369.196135.0012
Yxy69.19610.36570.4212
Hunter Lab83.1842-16.675433.2816
CIE-Lab86.6011-13.165339.8930

#dbde8c color RGB value is (219,222,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 10001100
Octal 333 336 214
Decimal 219 222 140
Hex DB DE 8C

RGB Percentages of Color #dbde8c

%37.69
%38.21
%24.10

CMYK Percentages of Color #dbde8c

%1
%0
%37
%13

Triadic Colors of #dbde8c

#dbde8c #8cdbde #de8cdb

Analogous Colors of #dbde8c

#dbde8c #b2de8c #deb88c

Monochromatic Colors of #dbde8c

#dbde8c

Complementary Color

#dbde8c #8f8cde

#dbde8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbde8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbde8c Color CSS Codes

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

#dbde8c Text Font Color

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

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


#dbde8c Background Color

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

This div background color is #dbde8c


#dbde8c Border Color

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

This div border color is #dbde8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbde8c


Comments

No comments written yet.

Please login to write comment.