Color Hex Logo

#dbefce Color Hex

#DBEFCE
(219,239,206)
0 Favorites   0 Comments

Color spaces of #dbefce

RGB 219239206
HSL0.270.510.87
HSV96°14°94°
CMYK 0.080.000.14   0.06
XYZ71.220581.249370.3215
Yxy81.24930.31970.3647
Hunter Lab90.1384-16.705116.8418
CIE-Lab92.2425-12.420013.7472

#dbefce color RGB value is (219,239,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 11001110
Octal 333 357 316
Decimal 219 239 206
Hex DB EF CE

RGB Percentages of Color #dbefce

%32.98
%35.99
%31.02

CMYK Percentages of Color #dbefce

%8
%0
%14
%6

Triadic Colors of #dbefce

#dbefce #cedbef #efcedb

Analogous Colors of #dbefce

#dbefce #ceefd2 #ecefce

Monochromatic Colors of #dbefce

#dbefce

Complementary Color

#dbefce #e2ceef

#dbefce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbefce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbefce Color CSS Codes

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

#dbefce Text Font Color

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

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


#dbefce Background Color

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

This div background color is #dbefce


#dbefce Border Color

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

This div border color is #dbefce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbefce

#dbefce Color Palettes


Comments

No comments written yet.

Please login to write comment.