Color Hex Logo

#dbe18e Color Hex

#DBE18E
(219,225,142)
0 Favorites   0 Comments

Color spaces of #dbe18e

RGB 219225142
HSL0.180.580.72
HSV64°37°88°
CMYK 0.030.000.37   0.12
XYZ61.021170.863536.0531
Yxy70.86350.36340.4220
Hunter Lab84.1805-17.923933.5334
CIE-Lab87.4186-14.432539.9437

#dbe18e color RGB value is (219,225,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 10001110
Octal 333 341 216
Decimal 219 225 142
Hex DB E1 8E

RGB Percentages of Color #dbe18e

%37.37
%38.40
%24.23

CMYK Percentages of Color #dbe18e

%3
%0
%37
%12

Triadic Colors of #dbe18e

#dbe18e #8edbe1 #e18edb

Analogous Colors of #dbe18e

#dbe18e #b2e18e #e1be8e

Monochromatic Colors of #dbe18e

#dbe18e

Complementary Color

#dbe18e #948ee1

#dbe18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe18e Color CSS Codes

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

#dbe18e Text Font Color

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

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


#dbe18e Background Color

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

This div background color is #dbe18e


#dbe18e Border Color

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

This div border color is #dbe18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe18e


Comments

No comments written yet.

Please login to write comment.