Color Hex Logo

#dbeafe Color Hex

#DBEAFE
(219,234,254)
0 Favorites   0 Comments

Color spaces of #dbeafe

RGB 219234254
HSL0.600.950.93
HSV214°14°100°
CMYK 0.140.080.00   0.00
XYZ76.525681.0615105.3790
Yxy81.06150.29100.3083
Hunter Lab90.0342-5.8416-6.3711
CIE-Lab92.1591-1.0531-11.3500

#dbeafe color RGB value is (219,234,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 11111110
Octal 333 352 376
Decimal 219 234 254
Hex DB EA FE

RGB Percentages of Color #dbeafe

%30.98
%33.10
%35.93

CMYK Percentages of Color #dbeafe

%14
%8
%0
%0

Triadic Colors of #dbeafe

#dbeafe #fedbea #eafedb

Analogous Colors of #dbeafe

#dbeafe #dedbfe #dbfcfe

Monochromatic Colors of #dbeafe

#dbeafe

Complementary Color

#dbeafe #feefdb

#dbeafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeafe Color CSS Codes

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

#dbeafe Text Font Color

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

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


#dbeafe Background Color

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

This div background color is #dbeafe


#dbeafe Border Color

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

This div border color is #dbeafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeafe

#dbeafe Color Palettes


Comments

No comments written yet.

Please login to write comment.