Color Hex Logo

#dbedcf Color Hex

#DBEDCF
(219,237,207)
0 Favorites   0 Comments

Color spaces of #dbedcf

RGB 219237207
HSL0.270.450.87
HSV96°13°93°
CMYK 0.080.000.13   0.07
XYZ70.760180.133470.7693
Yxy80.13340.31920.3615
Hunter Lab89.5173-15.557515.7894
CIE-Lab91.7447-11.254912.5227

#dbedcf color RGB value is (219,237,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 11001111
Octal 333 355 317
Decimal 219 237 207
Hex DB ED CF

RGB Percentages of Color #dbedcf

%33.03
%35.75
%31.22

CMYK Percentages of Color #dbedcf

%8
%0
%13
%7

Triadic Colors of #dbedcf

#dbedcf #cfdbed #edcfdb

Analogous Colors of #dbedcf

#dbedcf #cfedd2 #eaedcf

Monochromatic Colors of #dbedcf

#dbedcf

Complementary Color

#dbedcf #e1cfed

#dbedcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbedcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbedcf Color CSS Codes

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

#dbedcf Text Font Color

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

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


#dbedcf Background Color

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

This div background color is #dbedcf


#dbedcf Border Color

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

This div border color is #dbedcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbedcf


Comments

No comments written yet.

Please login to write comment.