Color Hex Logo

#dbe18f Color Hex

#DBE18F
(219,225,143)
0 Favorites   0 Comments

Color spaces of #dbe18f

RGB 219225143
HSL0.180.580.72
HSV64°36°88°
CMYK 0.030.000.36   0.12
XYZ61.096670.893736.4503
Yxy70.89370.36270.4209
Hunter Lab84.1984-17.822833.2717
CIE-Lab87.4333-14.318039.4627

#dbe18f color RGB value is (219,225,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 10001111
Octal 333 341 217
Decimal 219 225 143
Hex DB E1 8F

RGB Percentages of Color #dbe18f

%37.31
%38.33
%24.36

CMYK Percentages of Color #dbe18f

%3
%0
%36
%12

Triadic Colors of #dbe18f

#dbe18f #8fdbe1 #e18fdb

Analogous Colors of #dbe18f

#dbe18f #b2e18f #e1be8f

Monochromatic Colors of #dbe18f

#dbe18f

Complementary Color

#dbe18f #958fe1

#dbe18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe18f Color CSS Codes

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

#dbe18f Text Font Color

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

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


#dbe18f Background Color

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

This div background color is #dbe18f


#dbe18f Border Color

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

This div border color is #dbe18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe18f


Comments

No comments written yet.

Please login to write comment.