Color Hex Logo

#dbecea Color Hex

#DBECEA
(219,236,234)
0 Favorites   0 Comments

Color spaces of #dbecea

RGB 219236234
HSL0.480.310.89
HSV173°93°
CMYK 0.070.000.01   0.07
XYZ74.060280.991589.5714
Yxy80.99150.30280.3311
Hunter Lab89.9953-10.59803.9860
CIE-Lab92.1279-5.9686-0.9712

#dbecea color RGB value is (219,236,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 11101010
Octal 333 354 352
Decimal 219 236 234
Hex DB EC EA

RGB Percentages of Color #dbecea

%31.79
%34.25
%33.96

CMYK Percentages of Color #dbecea

%7
%0
%1
%7

Triadic Colors of #dbecea

#dbecea #eadbec #eceadb

Analogous Colors of #dbecea

#dbecea #dbe6ec #dbece2

Monochromatic Colors of #dbecea

#dbecea

Complementary Color

#dbecea #ecdbdd

#dbecea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecea Color CSS Codes

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

#dbecea Text Font Color

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

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


#dbecea Background Color

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

This div background color is #dbecea


#dbecea Border Color

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

This div border color is #dbecea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecea

#dbecea Color Palettes


Comments

No comments written yet.

Please login to write comment.