Color Hex Logo

#dbebbf Color Hex

#DBEBBF
(219,235,191)
0 Favorites   0 Comments

Color spaces of #dbebbf

RGB 219235191
HSL0.230.520.84
HSV82°19°92°
CMYK 0.070.000.19   0.08
XYZ68.325778.238360.7906
Yxy78.23830.32950.3773
Hunter Lab88.4524-16.908121.1685
CIE-Lab90.8885-12.822119.6050

#dbebbf color RGB value is (219,235,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 10111111
Octal 333 353 277
Decimal 219 235 191
Hex DB EB BF

RGB Percentages of Color #dbebbf

%33.95
%36.43
%29.61

CMYK Percentages of Color #dbebbf

%7
%0
%19
%8

Triadic Colors of #dbebbf

#dbebbf #bfdbeb #ebbfdb

Analogous Colors of #dbebbf

#dbebbf #c5ebbf #ebe5bf

Monochromatic Colors of #dbebbf

#dbebbf

Complementary Color

#dbebbf #cfbfeb

#dbebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbebbf Color CSS Codes

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

#dbebbf Text Font Color

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

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


#dbebbf Background Color

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

This div background color is #dbebbf


#dbebbf Border Color

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

This div border color is #dbebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbebbf


Comments

No comments written yet.

Please login to write comment.