Color Hex Logo

#dbecca Color Hex

#DBECCA
(219,236,202)
0 Favorites   0 Comments

Color spaces of #dbecca

RGB 219236202
HSL0.250.470.86
HSV90°14°93°
CMYK 0.070.000.14   0.07
XYZ69.869579.315267.5040
Yxy79.31520.32240.3660
Hunter Lab89.0591-15.814817.4014
CIE-Lab91.3767-11.578114.5948

#dbecca color RGB value is (219,236,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 11001010
Octal 333 354 312
Decimal 219 236 202
Hex DB EC CA

RGB Percentages of Color #dbecca

%33.33
%35.92
%30.75

CMYK Percentages of Color #dbecca

%7
%0
%14
%7

Triadic Colors of #dbecca

#dbecca #cadbec #eccadb

Analogous Colors of #dbecca

#dbecca #caecca #ececca

Monochromatic Colors of #dbecca

#dbecca

Complementary Color

#dbecca #dbcaec

#dbecca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecca Color CSS Codes

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

#dbecca Text Font Color

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

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


#dbecca Background Color

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

This div background color is #dbecca


#dbecca Border Color

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

This div border color is #dbecca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecca


Comments

No comments written yet.

Please login to write comment.