Color Hex Logo

#dbedce Color Hex

#DBEDCE
(219,237,206)
0 Favorites   0 Comments

Color spaces of #dbedce

RGB 219237206
HSL0.260.460.87
HSV95°13°93°
CMYK 0.080.000.13   0.07
XYZ70.638280.084770.1274
Yxy80.08470.31980.3626
Hunter Lab89.4901-15.710216.1814
CIE-Lab91.7229-11.421213.0104

#dbedce color RGB value is (219,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 11001110
Octal 333 355 316
Decimal 219 237 206
Hex DB ED CE

RGB Percentages of Color #dbedce

%33.08
%35.80
%31.12

CMYK Percentages of Color #dbedce

%8
%0
%13
%7

Triadic Colors of #dbedce

#dbedce #cedbed #edcedb

Analogous Colors of #dbedce

#dbedce #ceedd1 #ebedce

Monochromatic Colors of #dbedce

#dbedce

Complementary Color

#dbedce #e0ceed

#dbedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbedce Color CSS Codes

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

#dbedce Text Font Color

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

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


#dbedce Background Color

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

This div background color is #dbedce


#dbedce Border Color

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

This div border color is #dbedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbedce


Comments

No comments written yet.

Please login to write comment.