Color Hex Logo

#dbe29a Color Hex

#DBE29A
(219,226,154)
0 Favorites   0 Comments

Color spaces of #dbe29a

RGB 219226154
HSL0.180.550.75
HSV66°32°89°
CMYK 0.030.000.32   0.11
XYZ62.242571.785941.1474
Yxy71.78590.35530.4098
Hunter Lab84.7266-17.140430.5144
CIE-Lab87.8654-13.499434.4819

#dbe29a color RGB value is (219,226,154).

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

The process color (four color CMYK) of #dbe29a color hex is 0.03, 0.00, 0.32, 0.11. Web safe color of #dbe29a is #cccc99. Color #dbe29a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100010 10011010
Octal 333 342 232
Decimal 219 226 154
Hex DB E2 9A

RGB Percentages of Color #dbe29a

%36.56
%37.73
%25.71

CMYK Percentages of Color #dbe29a

%3
%0
%32
%11

Triadic Colors of #dbe29a

#dbe29a #9adbe2 #e29adb

Analogous Colors of #dbe29a

#dbe29a #b7e29a #e2c59a

Monochromatic Colors of #dbe29a

#dbe29a

Complementary Color

#dbe29a #a19ae2

#dbe29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe29a Color CSS Codes

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

#dbe29a Text Font Color

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

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


#dbe29a Background Color

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

This div background color is #dbe29a


#dbe29a Border Color

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

This div border color is #dbe29a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe29a


Comments

No comments written yet.

Please login to write comment.