Color Hex Logo

#dbecc7 Color Hex

#DBECC7
(219,236,199)
1 Favorites   0 Comments

Color spaces of #dbecc7

RGB 219236199
HSL0.240.490.85
HSV88°16°93°
CMYK 0.070.000.16   0.07
XYZ69.517779.174565.6511
Yxy79.17450.32430.3694
Hunter Lab88.9801-16.257918.5408
CIE-Lab91.3132-12.062916.0601

#dbecc7 color RGB value is (219,236,199).

#dbecc7 hex color red value is 219, green value is 236 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #dbecc7 hue: 0.24 , saturation: 0.49 and the lightness value of dbecc7 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 11000111
Octal 333 354 307
Decimal 219 236 199
Hex DB EC C7

RGB Percentages of Color #dbecc7

%33.49
%36.09
%30.43

CMYK Percentages of Color #dbecc7

%7
%0
%16
%7

Triadic Colors of #dbecc7

#dbecc7 #c7dbec #ecc7db

Analogous Colors of #dbecc7

#dbecc7 #c9ecc7 #ecebc7

Monochromatic Colors of #dbecc7

#dbecc7

Complementary Color

#dbecc7 #d8c7ec

#dbecc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecc7 Color CSS Codes

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

#dbecc7 Text Font Color

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

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


#dbecc7 Background Color

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

This div background color is #dbecc7


#dbecc7 Border Color

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

This div border color is #dbecc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecc7

#dbecc7 Color Palettes


Comments

No comments written yet.

Please login to write comment.