Color Hex Logo

#dbe19d Color Hex

#DBE19D
(219,225,157)
0 Favorites   0 Comments

Color spaces of #dbe19d

RGB 219225157
HSL0.180.530.75
HSV65°30°88°
CMYK 0.030.000.30   0.12
XYZ62.224471.344842.3896
Yxy71.34480.35360.4055
Hunter Lab84.4659-16.317729.3711
CIE-Lab87.6523-12.622732.6737

#dbe19d color RGB value is (219,225,157).

#dbe19d hex color red value is 219, green value is 225 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dbe19d hue: 0.18 , saturation: 0.53 and the lightness value of dbe19d is 0.75.

The process color (four color CMYK) of #dbe19d color hex is 0.03, 0.00, 0.30, 0.12. Web safe color of #dbe19d is #cccc99. Color #dbe19d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 10011101
Octal 333 341 235
Decimal 219 225 157
Hex DB E1 9D

RGB Percentages of Color #dbe19d

%36.44
%37.44
%26.12

CMYK Percentages of Color #dbe19d

%3
%0
%30
%12

Triadic Colors of #dbe19d

#dbe19d #9ddbe1 #e19ddb

Analogous Colors of #dbe19d

#dbe19d #b9e19d #e1c59d

Monochromatic Colors of #dbe19d

#dbe19d

Complementary Color

#dbe19d #a39de1

#dbe19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe19d Color CSS Codes

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

#dbe19d Text Font Color

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

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


#dbe19d Background Color

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

This div background color is #dbe19d


#dbe19d Border Color

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

This div border color is #dbe19d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,225,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 #dbe19d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe19d


Comments

No comments written yet.

Please login to write comment.