Color Hex Logo

#dbedbf Color Hex

#DBEDBF
(219,237,191)
0 Favorites   0 Comments

Color spaces of #dbedbf

RGB 219237191
HSL0.230.560.84
HSV83°19°93°
CMYK 0.080.000.19   0.07
XYZ68.901679.390060.9825
Yxy79.39000.32920.3794
Hunter Lab89.1011-17.893321.7915
CIE-Lab91.4105-13.816920.3318

#dbedbf color RGB value is (219,237,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 10111111
Octal 333 355 277
Decimal 219 237 191
Hex DB ED BF

RGB Percentages of Color #dbedbf

%33.85
%36.63
%29.52

CMYK Percentages of Color #dbedbf

%8
%0
%19
%7

Triadic Colors of #dbedbf

#dbedbf #bfdbed #edbfdb

Analogous Colors of #dbedbf

#dbedbf #c4edbf #ede8bf

Monochromatic Colors of #dbedbf

#dbedbf

Complementary Color

#dbedbf #d1bfed

#dbedbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbedbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbedbf Color CSS Codes

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

#dbedbf Text Font Color

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

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


#dbedbf Background Color

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

This div background color is #dbedbf


#dbedbf Border Color

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

This div border color is #dbedbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbedbf


Comments

No comments written yet.

Please login to write comment.