Color Hex Logo

#dbe59a Color Hex

#DBE59A
(219,229,154)
0 Favorites   0 Comments

Color spaces of #dbe59a

RGB 219229154
HSL0.190.590.75
HSV68°33°90°
CMYK 0.040.000.33   0.10
XYZ63.065573.431841.4217
Yxy73.43180.35450.4127
Hunter Lab85.6924-18.594131.3252
CIE-Lab88.6532-14.989935.5197

#dbe59a color RGB value is (219,229,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100101 10011010
Octal 333 345 232
Decimal 219 229 154
Hex DB E5 9A

RGB Percentages of Color #dbe59a

%36.38
%38.04
%25.58

CMYK Percentages of Color #dbe59a

%4
%0
%33
%10

Triadic Colors of #dbe59a

#dbe59a #9adbe5 #e59adb

Analogous Colors of #dbe59a

#dbe59a #b6e59a #e5ca9a

Monochromatic Colors of #dbe59a

#dbe59a

Complementary Color

#dbe59a #a49ae5

#dbe59a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe59a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe59a Color CSS Codes

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

#dbe59a Text Font Color

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

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


#dbe59a Background Color

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

This div background color is #dbe59a


#dbe59a Border Color

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

This div border color is #dbe59a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe59a


Comments

No comments written yet.

Please login to write comment.