Color Hex Logo

#dbeeed Color Hex

#DBEEED
(219,238,237)
0 Favorites   0 Comments

Color spaces of #dbeeed

RGB 219238237
HSL0.490.360.90
HSV177°93°
CMYK 0.080.000.00   0.07
XYZ75.074082.323692.0540
Yxy82.32360.30100.3300
Hunter Lab90.7324-11.08673.3590
CIE-Lab92.7175-6.4201-1.6703

#dbeeed color RGB value is (219,238,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 11101101
Octal 333 356 355
Decimal 219 238 237
Hex DB EE ED

RGB Percentages of Color #dbeeed

%31.56
%34.29
%34.15

CMYK Percentages of Color #dbeeed

%8
%0
%0
%7

Triadic Colors of #dbeeed

#dbeeed #eddbee #eeeddb

Analogous Colors of #dbeeed

#dbeeed #dbe6ee #dbeee4

Monochromatic Colors of #dbeeed

#dbeeed

Complementary Color

#dbeeed #eedbdc

#dbeeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeeed Color CSS Codes

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

#dbeeed Text Font Color

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

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


#dbeeed Background Color

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

This div background color is #dbeeed


#dbeeed Border Color

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

This div border color is #dbeeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeeed


Comments

No comments written yet.

Please login to write comment.