Color Hex Logo

#dbeafd Color Hex

#DBEAFD
(219,234,253)
0 Favorites   0 Comments

Color spaces of #dbeafd

RGB 219234253
HSL0.590.890.93
HSV214°13°99°
CMYK 0.130.080.00   0.01
XYZ76.365980.9976104.5377
Yxy80.99760.29160.3093
Hunter Lab89.9987-6.0364-5.8691
CIE-Lab92.1306-1.2543-10.8712

#dbeafd color RGB value is (219,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 11111101
Octal 333 352 375
Decimal 219 234 253
Hex DB EA FD

RGB Percentages of Color #dbeafd

%31.02
%33.14
%35.84

CMYK Percentages of Color #dbeafd

%13
%8
%0
%1

Triadic Colors of #dbeafd

#dbeafd #fddbea #eafddb

Analogous Colors of #dbeafd

#dbeafd #dddbfd #dbfbfd

Monochromatic Colors of #dbeafd

#dbeafd

Complementary Color

#dbeafd #fdeedb

#dbeafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeafd Color CSS Codes

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

#dbeafd Text Font Color

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

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


#dbeafd Background Color

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

This div background color is #dbeafd


#dbeafd Border Color

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

This div border color is #dbeafd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,234,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 #dbeafd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeafd

#dbeafd Color Palettes


Comments

No comments written yet.

Please login to write comment.