Color Hex Logo

#dbeccb Color Hex

#DBECCB
(219,236,203)
0 Favorites   0 Comments

Color spaces of #dbeccb

RGB 219236203
HSL0.250.460.86
HSV91°14°93°
CMYK 0.070.000.14   0.07
XYZ69.988479.362868.1297
Yxy79.36280.32180.3649
Hunter Lab89.0858-15.665417.0171
CIE-Lab91.3982-11.414814.1065

#dbeccb color RGB value is (219,236,203).

#dbeccb hex color red value is 219, green value is 236 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dbeccb hue: 0.25 , saturation: 0.46 and the lightness value of dbeccb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 11001011
Octal 333 354 313
Decimal 219 236 203
Hex DB EC CB

RGB Percentages of Color #dbeccb

%33.28
%35.87
%30.85

CMYK Percentages of Color #dbeccb

%7
%0
%14
%7

Triadic Colors of #dbeccb

#dbeccb #cbdbec #eccbdb

Analogous Colors of #dbeccb

#dbeccb #cbeccc #ececcb

Monochromatic Colors of #dbeccb

#dbeccb

Complementary Color

#dbeccb #dccbec

#dbeccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeccb Color CSS Codes

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

#dbeccb Text Font Color

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

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


#dbeccb Background Color

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

This div background color is #dbeccb


#dbeccb Border Color

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

This div border color is #dbeccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeccb


Comments

No comments written yet.

Please login to write comment.