Color Hex Logo

#dbeffa Color Hex

#DBEFFA
(219,239,250)
0 Favorites   0 Comments

Color spaces of #dbeffa

RGB 219239250
HSL0.560.760.92
HSV201°12°98°
CMYK 0.120.040.00   0.02
XYZ77.335283.6952102.5213
Yxy83.69520.29340.3176
Hunter Lab91.4851-9.2073-2.4028
CIE-Lab93.3180-4.4138-7.5472

#dbeffa color RGB value is (219,239,250).

#dbeffa hex color red value is 219, green value is 239 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dbeffa hue: 0.56 , saturation: 0.76 and the lightness value of dbeffa is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 11111010
Octal 333 357 372
Decimal 219 239 250
Hex DB EF FA

RGB Percentages of Color #dbeffa

%30.93
%33.76
%35.31

CMYK Percentages of Color #dbeffa

%12
%4
%0
%2

Triadic Colors of #dbeffa

#dbeffa #fadbef #effadb

Analogous Colors of #dbeffa

#dbeffa #dbe0fa #dbfaf6

Monochromatic Colors of #dbeffa

#dbeffa

Complementary Color

#dbeffa #fae6db

#dbeffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeffa Color CSS Codes

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

#dbeffa Text Font Color

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

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


#dbeffa Background Color

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

This div background color is #dbeffa


#dbeffa Border Color

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

This div border color is #dbeffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeffa


Comments

No comments written yet.

Please login to write comment.