Color Hex Logo

#dbedc7 Color Hex

#DBEDC7
(219,237,199)
0 Favorites   0 Comments

Color spaces of #dbedc7

RGB 219237199
HSL0.250.510.85
HSV88°16°93°
CMYK 0.080.000.16   0.07
XYZ69.806479.752065.7473
Yxy79.75200.32420.3704
Hunter Lab89.3040-16.753518.8623
CIE-Lab91.5735-12.562016.4264

#dbedc7 color RGB value is (219,237,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 11000111
Octal 333 355 307
Decimal 219 237 199
Hex DB ED C7

RGB Percentages of Color #dbedc7

%33.44
%36.18
%30.38

CMYK Percentages of Color #dbedc7

%8
%0
%16
%7

Triadic Colors of #dbedc7

#dbedc7 #c7dbed #edc7db

Analogous Colors of #dbedc7

#dbedc7 #c8edc7 #edecc7

Monochromatic Colors of #dbedc7

#dbedc7

Complementary Color

#dbedc7 #d9c7ed

#dbedc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbedc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbedc7 Color CSS Codes

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

#dbedc7 Text Font Color

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

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


#dbedc7 Background Color

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

This div background color is #dbedc7


#dbedc7 Border Color

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

This div border color is #dbedc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbedc7


Comments

No comments written yet.

Please login to write comment.