Color Hex Logo

#dbe09a Color Hex

#DBE09A
(219,224,154)
0 Favorites   0 Comments

Color spaces of #dbe09a

RGB 219224154
HSL0.180.530.74
HSV64°31°88°
CMYK 0.020.000.31   0.12
XYZ61.701870.704540.9671
Yxy70.70450.35590.4078
Hunter Lab84.0860-16.168229.9738
CIE-Lab87.3412-12.500933.7897

#dbe09a color RGB value is (219,224,154).

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

The process color (four color CMYK) of #dbe09a color hex is 0.02, 0.00, 0.31, 0.12. Web safe color of #dbe09a is #cccc99. Color #dbe09a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 10011010
Octal 333 340 232
Decimal 219 224 154
Hex DB E0 9A

RGB Percentages of Color #dbe09a

%36.68
%37.52
%25.80

CMYK Percentages of Color #dbe09a

%2
%0
%31
%12

Triadic Colors of #dbe09a

#dbe09a #9adbe0 #e09adb

Analogous Colors of #dbe09a

#dbe09a #b8e09a #e0c29a

Monochromatic Colors of #dbe09a

#dbe09a

Complementary Color

#dbe09a #9f9ae0

#dbe09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe09a Color CSS Codes

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

#dbe09a Text Font Color

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

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


#dbe09a Background Color

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

This div background color is #dbe09a


#dbe09a Border Color

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

This div border color is #dbe09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe09a


Comments

No comments written yet.

Please login to write comment.