Color Hex Logo

#dbecdc Color Hex

#DBECDC
(219,236,220)
0 Favorites   0 Comments

Color spaces of #dbecdc

RGB 219236220
HSL0.340.310.89
HSV124°93°
CMYK 0.070.000.07   0.07
XYZ72.127180.218379.3923
Yxy80.21830.31120.3462
Hunter Lab89.5647-12.990810.1392
CIE-Lab91.7827-8.51925.8197

#dbecdc color RGB value is (219,236,220).

#dbecdc hex color red value is 219, green value is 236 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dbecdc hue: 0.34 , saturation: 0.31 and the lightness value of dbecdc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 11011100
Octal 333 354 334
Decimal 219 236 220
Hex DB EC DC

RGB Percentages of Color #dbecdc

%32.44
%34.96
%32.59

CMYK Percentages of Color #dbecdc

%7
%0
%7
%7

Triadic Colors of #dbecdc

#dbecdc #dcdbec #ecdcdb

Analogous Colors of #dbecdc

#dbecdc #dbece5 #e3ecdb

Monochromatic Colors of #dbecdc

#dbecdc

Complementary Color

#dbecdc #ecdbeb

#dbecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecdc Color CSS Codes

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

#dbecdc Text Font Color

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

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


#dbecdc Background Color

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

This div background color is #dbecdc


#dbecdc Border Color

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

This div border color is #dbecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecdc


Comments

No comments written yet.

Please login to write comment.