Color Hex Logo

#dbe58d Color Hex

#DBE58D
(219,229,141)
0 Favorites   0 Comments

Color spaces of #dbe58d

RGB 219229141
HSL0.190.630.73
HSV67°38°90°
CMYK 0.040.000.38   0.10
XYZ62.040473.021836.0240
Yxy73.02180.36260.4268
Hunter Lab85.4528-19.947934.8223
CIE-Lab88.4581-16.524541.7731

#dbe58d color RGB value is (219,229,141).

#dbe58d hex color red value is 219, green value is 229 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dbe58d hue: 0.19 , saturation: 0.63 and the lightness value of dbe58d is 0.73.

The process color (four color CMYK) of #dbe58d color hex is 0.04, 0.00, 0.38, 0.10. Web safe color of #dbe58d is #cccc99. Color #dbe58d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100101 10001101
Octal 333 345 215
Decimal 219 229 141
Hex DB E5 8D

RGB Percentages of Color #dbe58d

%37.18
%38.88
%23.94

CMYK Percentages of Color #dbe58d

%4
%0
%38
%10

Triadic Colors of #dbe58d

#dbe58d #8ddbe5 #e58ddb

Analogous Colors of #dbe58d

#dbe58d #afe58d #e5c38d

Monochromatic Colors of #dbe58d

#dbe58d

Complementary Color

#dbe58d #978de5

#dbe58d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe58d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe58d Color CSS Codes

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

#dbe58d Text Font Color

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

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


#dbe58d Background Color

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

This div background color is #dbe58d


#dbe58d Border Color

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

This div border color is #dbe58d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe58d


Comments

No comments written yet.

Please login to write comment.