Color Hex Logo

#dbeffd Color Hex

#DBEFFD
(219,239,253)
0 Favorites   0 Comments

Color spaces of #dbeffd

RGB 219239253
HSL0.570.890.93
HSV205°13°99°
CMYK 0.130.060.00   0.01
XYZ77.809583.8849105.0189
Yxy83.88490.29170.3145
Hunter Lab91.5887-8.6349-3.8720
CIE-Lab93.4005-3.8172-8.9840

#dbeffd color RGB value is (219,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 11111101
Octal 333 357 375
Decimal 219 239 253
Hex DB EF FD

RGB Percentages of Color #dbeffd

%30.80
%33.61
%35.58

CMYK Percentages of Color #dbeffd

%13
%6
%0
%1

Triadic Colors of #dbeffd

#dbeffd #fddbef #effddb

Analogous Colors of #dbeffd

#dbeffd #dbdefd #dbfdfa

Monochromatic Colors of #dbeffd

#dbeffd

Complementary Color

#dbeffd #fde9db

#dbeffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeffd Color CSS Codes

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

#dbeffd Text Font Color

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

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


#dbeffd Background Color

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

This div background color is #dbeffd


#dbeffd Border Color

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

This div border color is #dbeffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeffd

Related Colors


Comments

No comments written yet.

Please login to write comment.