Color Hex Logo

#dbeaf5 Color Hex

#DBEAF5
(219,234,245)
0 Favorites   0 Comments

Color spaces of #dbeaf5

RGB 219234245
HSL0.570.570.91
HSV205°11°96°
CMYK 0.110.040.00   0.04
XYZ75.117780.498397.9648
Yxy80.49830.29620.3174
Hunter Lab89.7208-7.5645-1.9332
CIE-Lab91.9080-2.8411-7.0300

#dbeaf5 color RGB value is (219,234,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 11110101
Octal 333 352 365
Decimal 219 234 245
Hex DB EA F5

RGB Percentages of Color #dbeaf5

%31.38
%33.52
%35.10

CMYK Percentages of Color #dbeaf5

%11
%4
%0
%4

Triadic Colors of #dbeaf5

#dbeaf5 #f5dbea #eaf5db

Analogous Colors of #dbeaf5

#dbeaf5 #dbddf5 #dbf5f3

Monochromatic Colors of #dbeaf5

#dbeaf5

Complementary Color

#dbeaf5 #f5e6db

#dbeaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeaf5 Color CSS Codes

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

#dbeaf5 Text Font Color

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

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


#dbeaf5 Background Color

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

This div background color is #dbeaf5


#dbeaf5 Border Color

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

This div border color is #dbeaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeaf5


Comments

No comments written yet.

Please login to write comment.