Color Hex Logo

#dbe3bc Color Hex

#DBE3BC
(219,227,188)
0 Favorites   0 Comments

Color spaces of #dbe3bc

RGB 219227188
HSL0.200.410.81
HSV72°17°89°
CMYK 0.040.000.17   0.11
XYZ65.759673.629158.3229
Yxy73.62910.33260.3724
Hunter Lab85.8074-13.367219.7660
CIE-Lab88.7469-9.269918.1718

#dbe3bc color RGB value is (219,227,188).

#dbe3bc hex color red value is 219, green value is 227 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dbe3bc hue: 0.20 , saturation: 0.41 and the lightness value of dbe3bc is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100011 10111100
Octal 333 343 274
Decimal 219 227 188
Hex DB E3 BC

RGB Percentages of Color #dbe3bc

%34.54
%35.80
%29.65

CMYK Percentages of Color #dbe3bc

%4
%0
%17
%11

Triadic Colors of #dbe3bc

#dbe3bc #bcdbe3 #e3bcdb

Analogous Colors of #dbe3bc

#dbe3bc #c8e3bc #e3d8bc

Monochromatic Colors of #dbe3bc

#dbe3bc

Complementary Color

#dbe3bc #c4bce3

#dbe3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe3bc Color CSS Codes

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

#dbe3bc Text Font Color

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

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


#dbe3bc Background Color

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

This div background color is #dbe3bc


#dbe3bc Border Color

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

This div border color is #dbe3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe3bc


Comments

No comments written yet.

Please login to write comment.