color codes Logo

#dbedf5 color codes

#DBEDF5
(219,237,245)
2 Favorites   0 Comments

Color spaces of #dbedf5

RGB 219237245
HSL0.550.570.91
HSV198°11°96°
CMYK 0.110.030.00   0.04
XYZ75.979082.221098.2519
Yxy82.22100.29630.3206
Hunter Lab90.6758-9.1140-0.7707
CIE-Lab92.6723-4.3755-5.9006

#dbedf5 color RGB value is (219,237,245).

#dbedf5 hex color red value is 219, green value is 237 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #dbedf5 hue: 0.55 , saturation: 0.57 and the lightness value of dbedf5 is 0.91.

The process color (four color CMYK) of #dbedf5 color code is 0.11, 0.03, 0.00, 0.04. Web safe color of #dbedf5 is #ccffff. Color #dbedf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 11110101
Octal 333 355 365
Decimal 219 237 245
Hex DB ED F5

RGB Percentages of Color #dbedf5

%31.24
%33.81
%34.95

CMYK Percentages of Color #dbedf5

%11
%3
%0
%4

Triadic Colors of #dbedf5

#dbedf5 #f5dbed #edf5db

Analogous Colors of #dbedf5

#dbedf5 #dbe0f5 #dbf5f0

Monochromatic Colors of #dbedf5

#dbedf5

Complementary Color

#dbedf5 #f5e3db

#dbedf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbedf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbedf5 Color CSS Codes

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

#dbedf5 Text Font Color

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

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


#dbedf5 Background Color

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

This div background color is #dbedf5


#dbedf5 Border Color

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

This div border color is #dbedf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbedf5


Comments

No comments written yet.

Please login to write comment.