Color Hex Logo

#dbe38c Color Hex

#DBE38C
(219,227,140)
0 Favorites   0 Comments

Color spaces of #dbe38c

RGB 219227140
HSL0.180.610.72
HSV66°38°89°
CMYK 0.040.000.38   0.11
XYZ61.416171.891735.4505
Yxy71.89170.36390.4260
Hunter Lab84.7890-19.085934.5630
CIE-Lab87.9164-15.649541.5771

#dbe38c color RGB value is (219,227,140).

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

The process color (four color CMYK) of #dbe38c color hex is 0.04, 0.00, 0.38, 0.11. Web safe color of #dbe38c is #cccc99. Color #dbe38c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100011 10001100
Octal 333 343 214
Decimal 219 227 140
Hex DB E3 8C

RGB Percentages of Color #dbe38c

%37.37
%38.74
%23.89

CMYK Percentages of Color #dbe38c

%4
%0
%38
%11

Triadic Colors of #dbe38c

#dbe38c #8cdbe3 #e38cdb

Analogous Colors of #dbe38c

#dbe38c #b0e38c #e3c08c

Monochromatic Colors of #dbe38c

#dbe38c

Complementary Color

#dbe38c #948ce3

#dbe38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe38c Color CSS Codes

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

#dbe38c Text Font Color

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

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


#dbe38c Background Color

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

This div background color is #dbe38c


#dbe38c Border Color

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

This div border color is #dbe38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe38c


Comments

No comments written yet.

Please login to write comment.