Color Hex Logo

#dbecfd Color Hex

#DBECFD
(219,236,253)
0 Favorites   0 Comments

Color spaces of #dbecfd

RGB 219236253
HSL0.580.890.93
HSV210°13°99°
CMYK 0.130.070.00   0.01
XYZ76.938582.1428104.7286
Yxy82.14280.29160.3114
Hunter Lab90.6327-7.0777-5.0684
CIE-Lab92.6378-2.2818-10.1167

#dbecfd color RGB value is (219,236,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 11111101
Octal 333 354 375
Decimal 219 236 253
Hex DB EC FD

RGB Percentages of Color #dbecfd

%30.93
%33.33
%35.73

CMYK Percentages of Color #dbecfd

%13
%7
%0
%1

Triadic Colors of #dbecfd

#dbecfd #fddbec #ecfddb

Analogous Colors of #dbecfd

#dbecfd #dbdbfd #dbfdfd

Monochromatic Colors of #dbecfd

#dbecfd

Complementary Color

#dbecfd #fdecdb

#dbecfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecfd Color CSS Codes

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

#dbecfd Text Font Color

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

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


#dbecfd Background Color

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

This div background color is #dbecfd


#dbecfd Border Color

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

This div border color is #dbecfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecfd


Comments

No comments written yet.

Please login to write comment.