Color Hex Logo

#dbeeca Color Hex

#DBEECA
(219,238,202)
0 Favorites   0 Comments

Color spaces of #dbeeca

RGB 219238202
HSL0.250.510.86
HSV92°15°93°
CMYK 0.080.000.15   0.07
XYZ70.448680.473467.6970
Yxy80.47340.32220.3681
Hunter Lab89.7070-16.807718.0519
CIE-Lab91.8969-12.576715.3292

#dbeeca color RGB value is (219,238,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 11001010
Octal 333 356 312
Decimal 219 238 202
Hex DB EE CA

RGB Percentages of Color #dbeeca

%33.23
%36.12
%30.65

CMYK Percentages of Color #dbeeca

%8
%0
%15
%7

Triadic Colors of #dbeeca

#dbeeca #cadbee #eecadb

Analogous Colors of #dbeeca

#dbeeca #caeecb #edeeca

Monochromatic Colors of #dbeeca

#dbeeca

Complementary Color

#dbeeca #ddcaee

#dbeeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeeca Color CSS Codes

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

#dbeeca Text Font Color

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

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


#dbeeca Background Color

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

This div background color is #dbeeca


#dbeeca Border Color

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

This div border color is #dbeeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeeca


Comments

No comments written yet.

Please login to write comment.