Color Hex Logo

#dbecdb Color Hex

#DBECDB
(219,236,219)
0 Favorites   0 Comments

Color spaces of #dbecdb

RGB 219236219
HSL0.330.310.89
HSV120°93°
CMYK 0.070.000.07   0.07
XYZ71.995180.165478.6968
Yxy80.16540.31190.3473
Hunter Lab89.5351-13.154810.5617
CIE-Lab91.7590-8.69556.3061

#dbecdb color RGB value is (219,236,219).

#dbecdb hex color red value is 219, green value is 236 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dbecdb hue: 0.33 , saturation: 0.31 and the lightness value of dbecdb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 11011011
Octal 333 354 333
Decimal 219 236 219
Hex DB EC DB

RGB Percentages of Color #dbecdb

%32.49
%35.01
%32.49

CMYK Percentages of Color #dbecdb

%7
%0
%7
%7

Triadic Colors of #dbecdb

#dbecdb #dbdbec #ecdbdb

Analogous Colors of #dbecdb

#dbecdb #dbece4 #e4ecdb

Monochromatic Colors of #dbecdb

#dbecdb

Complementary Color

#dbecdb #ecdbec

#dbecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecdb Color CSS Codes

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

#dbecdb Text Font Color

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

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


#dbecdb Background Color

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

This div background color is #dbecdb


#dbecdb Border Color

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

This div border color is #dbecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecdb


Comments

No comments written yet.

Please login to write comment.