Color Hex Logo

#dbecbf Color Hex

#DBECBF
(219,236,191)
0 Favorites   0 Comments

Color spaces of #dbecbf

RGB 219236191
HSL0.230.540.84
HSV83°19°93°
CMYK 0.070.000.19   0.07
XYZ68.612878.812660.8863
Yxy78.81260.32940.3783
Hunter Lab88.7765-17.401221.4802
CIE-Lab91.1494-13.320219.9685

#dbecbf color RGB value is (219,236,191).

#dbecbf hex color red value is 219, green value is 236 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dbecbf hue: 0.23 , saturation: 0.54 and the lightness value of dbecbf is 0.84.

The process color (four color CMYK) of #dbecbf color hex is 0.07, 0.00, 0.19, 0.07. Web safe color of #dbecbf is #ccffcc. Color #dbecbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 10111111
Octal 333 354 277
Decimal 219 236 191
Hex DB EC BF

RGB Percentages of Color #dbecbf

%33.90
%36.53
%29.57

CMYK Percentages of Color #dbecbf

%7
%0
%19
%7

Triadic Colors of #dbecbf

#dbecbf #bfdbec #ecbfdb

Analogous Colors of #dbecbf

#dbecbf #c5ecbf #ece7bf

Monochromatic Colors of #dbecbf

#dbecbf

Complementary Color

#dbecbf #d0bfec

#dbecbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecbf Color CSS Codes

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

#dbecbf Text Font Color

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

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


#dbecbf Background Color

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

This div background color is #dbecbf


#dbecbf Border Color

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

This div border color is #dbecbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecbf


Comments

No comments written yet.

Please login to write comment.