Color Hex Logo

#dbedf0 Color Hex

#DBEDF0
(219,237,240)
0 Favorites   0 Comments

Color spaces of #dbedf0

RGB 219237240
HSL0.520.410.90
HSV189°94°
CMYK 0.090.010.00   0.06
XYZ75.225881.919794.2853
Yxy81.91970.29920.3258
Hunter Lab90.5095-10.03371.5932
CIE-Lab92.5394-5.3411-3.4931

#dbedf0 color RGB value is (219,237,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 11110000
Octal 333 355 360
Decimal 219 237 240
Hex DB ED F0

RGB Percentages of Color #dbedf0

%31.47
%34.05
%34.48

CMYK Percentages of Color #dbedf0

%9
%1
%0
%6

Triadic Colors of #dbedf0

#dbedf0 #f0dbed #edf0db

Analogous Colors of #dbedf0

#dbedf0 #dbe3f0 #dbf0e9

Monochromatic Colors of #dbedf0

#dbedf0

Complementary Color

#dbedf0 #f0dedb

#dbedf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbedf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbedf0 Color CSS Codes

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

#dbedf0 Text Font Color

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

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


#dbedf0 Background Color

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

This div background color is #dbedf0


#dbedf0 Border Color

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

This div border color is #dbedf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbedf0


Comments

No comments written yet.

Please login to write comment.