Color Hex Logo

#dbefff Color Hex

#DBEFFF
(219,239,255)
0 Favorites   0 Comments

Color spaces of #dbefff

RGB 219239255
HSL0.571.000.93
HSV207°14°100°
CMYK 0.140.060.00   0.00
XYZ78.129984.0131106.7060
Yxy84.01310.29060.3125
Hunter Lab91.6587-8.2491-4.8624
CIE-Lab93.4562-3.4161-9.9405

#dbefff color RGB value is (219,239,255).

#dbefff hex color red value is 219, green value is 239 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dbefff hue: 0.57 , saturation: 1.00 and the lightness value of dbefff is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 11111111
Octal 333 357 377
Decimal 219 239 255
Hex DB EF FF

RGB Percentages of Color #dbefff

%30.72
%33.52
%35.76

CMYK Percentages of Color #dbefff

%14
%6
%0
%0

Triadic Colors of #dbefff

#dbefff #ffdbef #efffdb

Analogous Colors of #dbefff

#dbefff #dbddff #dbfffd

Monochromatic Colors of #dbefff

#dbefff

Complementary Color

#dbefff #ffebdb

#dbefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbefff Color CSS Codes

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

#dbefff Text Font Color

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

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


#dbefff Background Color

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

This div background color is #dbefff


#dbefff Border Color

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

This div border color is #dbefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbefff


Comments

No comments written yet.

Please login to write comment.