Color Hex Logo

#dbe98c Color Hex

#DBE98C
(219,233,140)
0 Favorites   0 Comments

Color spaces of #dbe98c

RGB 219233140
HSL0.190.680.73
HSV69°40°91°
CMYK 0.060.000.40   0.09
XYZ63.086075.231336.0071
Yxy75.23130.36190.4316
Hunter Lab86.7360-21.958936.1019
CIE-Lab89.5012-18.597743.5932

#dbe98c color RGB value is (219,233,140).

#dbe98c hex color red value is 219, green value is 233 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dbe98c hue: 0.19 , saturation: 0.68 and the lightness value of dbe98c is 0.73.

The process color (four color CMYK) of #dbe98c color hex is 0.06, 0.00, 0.40, 0.09. Web safe color of #dbe98c is #ccff99. Color #dbe98c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101001 10001100
Octal 333 351 214
Decimal 219 233 140
Hex DB E9 8C

RGB Percentages of Color #dbe98c

%36.99
%39.36
%23.65

CMYK Percentages of Color #dbe98c

%6
%0
%40
%9

Triadic Colors of #dbe98c

#dbe98c #8cdbe9 #e98cdb

Analogous Colors of #dbe98c

#dbe98c #ade98c #e9c98c

Monochromatic Colors of #dbe98c

#dbe98c

Complementary Color

#dbe98c #9a8ce9

#dbe98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe98c Color CSS Codes

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

#dbe98c Text Font Color

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

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


#dbe98c Background Color

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

This div background color is #dbe98c


#dbe98c Border Color

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

This div border color is #dbe98c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe98c


Comments

No comments written yet.

Please login to write comment.