Color Hex Logo

#dbe4fd Color Hex

#DBE4FD
(219,228,253)
0 Favorites   0 Comments

Color spaces of #dbe4fd

RGB 219228253
HSL0.620.890.93
HSV224°13°99°
CMYK 0.130.100.00   0.01
XYZ74.686477.6387103.9779
Yxy77.63870.29140.3029
Hunter Lab88.1128-2.8969-8.2864
CIE-Lab90.61481.8466-13.1319

#dbe4fd color RGB value is (219,228,253).

#dbe4fd hex color red value is 219, green value is 228 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dbe4fd hue: 0.62 , saturation: 0.89 and the lightness value of dbe4fd is 0.93.

The process color (four color CMYK) of #dbe4fd color hex is 0.13, 0.10, 0.00, 0.01. Web safe color of #dbe4fd is #ccccff. Color #dbe4fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100100 11111101
Octal 333 344 375
Decimal 219 228 253
Hex DB E4 FD

RGB Percentages of Color #dbe4fd

%31.29
%32.57
%36.14

CMYK Percentages of Color #dbe4fd

%13
%10
%0
%1

Triadic Colors of #dbe4fd

#dbe4fd #fddbe4 #e4fddb

Analogous Colors of #dbe4fd

#dbe4fd #e3dbfd #dbf5fd

Monochromatic Colors of #dbe4fd

#dbe4fd

Complementary Color

#dbe4fd #fdf4db

#dbe4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe4fd Color CSS Codes

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

#dbe4fd Text Font Color

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

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


#dbe4fd Background Color

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

This div background color is #dbe4fd


#dbe4fd Border Color

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

This div border color is #dbe4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe4fd

Related Colors


Comments

No comments written yet.

Please login to write comment.