Color Hex Logo

#dbedcc Color Hex

#DBEDCC
(219,237,204)
0 Favorites   0 Comments

Color spaces of #dbedcc

RGB 219237204
HSL0.260.480.86
HSV93°14°93°
CMYK 0.080.000.14   0.07
XYZ70.396779.988168.8557
Yxy79.98810.32110.3648
Hunter Lab89.4361-16.012616.9586
CIE-Lab91.6795-11.751113.9861

#dbedcc color RGB value is (219,237,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 11001100
Octal 333 355 314
Decimal 219 237 204
Hex DB ED CC

RGB Percentages of Color #dbedcc

%33.18
%35.91
%30.91

CMYK Percentages of Color #dbedcc

%8
%0
%14
%7

Triadic Colors of #dbedcc

#dbedcc #ccdbed #edccdb

Analogous Colors of #dbedcc

#dbedcc #ccedce #ecedcc

Monochromatic Colors of #dbedcc

#dbedcc

Complementary Color

#dbedcc #decced

#dbedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbedcc Color CSS Codes

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

#dbedcc Text Font Color

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

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


#dbedcc Background Color

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

This div background color is #dbedcc


#dbedcc Border Color

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

This div border color is #dbedcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbedcc


Comments

No comments written yet.

Please login to write comment.