Color Hex Logo

#dbedef Color Hex

#DBEDEF
(219,237,239)
0 Favorites   0 Comments

Color spaces of #dbedef

RGB 219237239
HSL0.520.380.90
HSV186°94°
CMYK 0.080.010.00   0.06
XYZ75.077681.860493.5050
Yxy81.86040.29980.3269
Hunter Lab90.4767-10.21502.0593
CIE-Lab92.5132-5.5321-3.0109

#dbedef color RGB value is (219,237,239).

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

The process color (four color CMYK) of #dbedef color hex is 0.08, 0.01, 0.00, 0.06. Web safe color of #dbedef is #ccffff. Color #dbedef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 11101111
Octal 333 355 357
Decimal 219 237 239
Hex DB ED EF

RGB Percentages of Color #dbedef

%31.51
%34.10
%34.39

CMYK Percentages of Color #dbedef

%8
%1
%0
%6

Triadic Colors of #dbedef

#dbedef #efdbed #edefdb

Analogous Colors of #dbedef

#dbedef #dbe3ef #dbefe7

Monochromatic Colors of #dbedef

#dbedef

Complementary Color

#dbedef #efdddb

#dbedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbedef Color CSS Codes

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

#dbedef Text Font Color

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

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


#dbedef Background Color

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

This div background color is #dbedef


#dbedef Border Color

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

This div border color is #dbedef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbedef

#dbedef Color Palettes


Comments

No comments written yet.

Please login to write comment.