Color Hex Logo

#dbefcd Color Hex

#DBEFCD
(219,239,205)
0 Favorites   0 Comments

Color spaces of #dbefcd

RGB 219239205
HSL0.260.520.87
HSV95°14°94°
CMYK 0.080.000.14   0.06
XYZ71.099481.200969.6836
Yxy81.20090.32030.3658
Hunter Lab90.1115-16.855917.2289
CIE-Lab92.2210-12.584914.2344

#dbefcd color RGB value is (219,239,205).

#dbefcd hex color red value is 219, green value is 239 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dbefcd hue: 0.26 , saturation: 0.52 and the lightness value of dbefcd is 0.87.

The process color (four color CMYK) of #dbefcd color hex is 0.08, 0.00, 0.14, 0.06. Web safe color of #dbefcd is #ccffcc. Color #dbefcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 11001101
Octal 333 357 315
Decimal 219 239 205
Hex DB EF CD

RGB Percentages of Color #dbefcd

%33.03
%36.05
%30.92

CMYK Percentages of Color #dbefcd

%8
%0
%14
%6

Triadic Colors of #dbefcd

#dbefcd #cddbef #efcddb

Analogous Colors of #dbefcd

#dbefcd #cdefd0 #ecefcd

Monochromatic Colors of #dbefcd

#dbefcd

Complementary Color

#dbefcd #e1cdef

#dbefcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbefcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbefcd Color CSS Codes

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

#dbefcd Text Font Color

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

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


#dbefcd Background Color

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

This div background color is #dbefcd


#dbefcd Border Color

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

This div border color is #dbefcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbefcd


Comments

No comments written yet.

Please login to write comment.