Color Hex Logo

#d3dbef Color Hex

#D3DBEF
(211,219,239)
0 Favorites   0 Comments

Color spaces of #d3dbef

RGB 211219239
HSL0.620.470.88
HSV223°12°94°
CMYK 0.120.080.00   0.06
XYZ67.775570.743991.7441
Yxy70.74390.29430.3072
Hunter Lab84.1094-3.3558-5.7952
CIE-Lab87.36041.1797-10.6941

#d3dbef color RGB value is (211,219,239).

#d3dbef hex color red value is 211, green value is 219 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d3dbef hue: 0.62 , saturation: 0.47 and the lightness value of d3dbef is 0.88.

The process color (four color CMYK) of #d3dbef color hex is 0.12, 0.08, 0.00, 0.06. Web safe color of #d3dbef is #ccccff. Color #d3dbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011011 11101111
Octal 323 333 357
Decimal 211 219 239
Hex D3 DB EF

RGB Percentages of Color #d3dbef

%31.54
%32.74
%35.72

CMYK Percentages of Color #d3dbef

%12
%8
%0
%6

Triadic Colors of #d3dbef

#d3dbef #efd3db #dbefd3

Analogous Colors of #d3dbef

#d3dbef #d9d3ef #d3e9ef

Monochromatic Colors of #d3dbef

#d3dbef

Complementary Color

#d3dbef #efe7d3

#d3dbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3dbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3dbef Color CSS Codes

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

#d3dbef Text Font Color

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

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


#d3dbef Background Color

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

This div background color is #d3dbef


#d3dbef Border Color

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

This div border color is #d3dbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3dbef


Comments

No comments written yet.

Please login to write comment.