Color Hex Logo

#dbeeec Color Hex

#DBEEEC
(219,238,236)
0 Favorites   0 Comments

Color spaces of #dbeeec

RGB 219238236
HSL0.480.360.90
HSV174°93°
CMYK 0.080.000.01   0.07
XYZ74.928382.265391.2865
Yxy82.26530.30150.3311
Hunter Lab90.7002-11.26493.8169
CIE-Lab92.6918-6.6086-1.1875

#dbeeec color RGB value is (219,238,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 11101100
Octal 333 356 354
Decimal 219 238 236
Hex DB EE EC

RGB Percentages of Color #dbeeec

%31.60
%34.34
%34.05

CMYK Percentages of Color #dbeeec

%8
%0
%1
%7

Triadic Colors of #dbeeec

#dbeeec #ecdbee #eeecdb

Analogous Colors of #dbeeec

#dbeeec #dbe7ee #dbeee3

Monochromatic Colors of #dbeeec

#dbeeec

Complementary Color

#dbeeec #eedbdd

#dbeeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeeec Color CSS Codes

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

#dbeeec Text Font Color

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

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


#dbeeec Background Color

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

This div background color is #dbeeec


#dbeeec Border Color

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

This div border color is #dbeeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeeec

#dbeeec Color Palettes


Comments

No comments written yet.

Please login to write comment.