Color Hex Logo

#dbedfd Color Hex

#DBEDFD
(219,237,253)
0 Favorites   0 Comments

Color spaces of #dbedfd

RGB 219237253
HSL0.580.890.93
HSV208°13°99°
CMYK 0.130.060.00   0.01
XYZ77.227282.7203104.8248
Yxy82.72030.29170.3124
Hunter Lab90.9507-7.5975-4.6689
CIE-Lab92.8918-2.7945-9.7392

#dbedfd color RGB value is (219,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 11111101
Octal 333 355 375
Decimal 219 237 253
Hex DB ED FD

RGB Percentages of Color #dbedfd

%30.89
%33.43
%35.68

CMYK Percentages of Color #dbedfd

%13
%6
%0
%1

Triadic Colors of #dbedfd

#dbedfd #fddbed #edfddb

Analogous Colors of #dbedfd

#dbedfd #dbdcfd #dbfdfc

Monochromatic Colors of #dbedfd

#dbedfd

Complementary Color

#dbedfd #fdebdb

#dbedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbedfd Color CSS Codes

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

#dbedfd Text Font Color

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

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


#dbedfd Background Color

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

This div background color is #dbedfd


#dbedfd Border Color

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

This div border color is #dbedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbedfd

Related Colors


Comments

No comments written yet.

Please login to write comment.