Color Hex Logo

#dbe4be Color Hex

#DBE4BE
(219,228,190)
0 Favorites   0 Comments

Color spaces of #dbe4be

RGB 219228190
HSL0.210.410.82
HSV74°17°89°
CMYK 0.040.000.17   0.11
XYZ66.251174.264659.5579
Yxy74.26460.33110.3712
Hunter Lab86.1769-13.582319.3478
CIE-Lab89.0474-9.466217.5514

#dbe4be color RGB value is (219,228,190).

#dbe4be hex color red value is 219, green value is 228 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dbe4be hue: 0.21 , saturation: 0.41 and the lightness value of dbe4be is 0.82.

The process color (four color CMYK) of #dbe4be color hex is 0.04, 0.00, 0.17, 0.11. Web safe color of #dbe4be is #cccccc. Color #dbe4be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100100 10111110
Octal 333 344 276
Decimal 219 228 190
Hex DB E4 BE

RGB Percentages of Color #dbe4be

%34.38
%35.79
%29.83

CMYK Percentages of Color #dbe4be

%4
%0
%17
%11

Triadic Colors of #dbe4be

#dbe4be #bedbe4 #e4bedb

Analogous Colors of #dbe4be

#dbe4be #c8e4be #e4dabe

Monochromatic Colors of #dbe4be

#dbe4be

Complementary Color

#dbe4be #c7bee4

#dbe4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe4be Color CSS Codes

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

#dbe4be Text Font Color

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

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


#dbe4be Background Color

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

This div background color is #dbe4be


#dbe4be Border Color

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

This div border color is #dbe4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe4be


Comments

No comments written yet.

Please login to write comment.