Color Hex Logo

#d3daec Color Hex

#D3DAEC
(211,218,236)
0 Favorites   0 Comments

Color spaces of #d3daec

RGB 211218236
HSL0.620.400.88
HSV223°11°93°
CMYK 0.110.080.00   0.07
XYZ67.075770.047889.3422
Yxy70.04780.29620.3093
Hunter Lab83.6946-3.4095-4.7046
CIE-Lab87.02031.1030-9.6174

#d3daec color RGB value is (211,218,236).

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

The process color (four color CMYK) of #d3daec color hex is 0.11, 0.08, 0.00, 0.07. Web safe color of #d3daec is #ccccff. Color #d3daec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011010 11101100
Octal 323 332 354
Decimal 211 218 236
Hex D3 DA EC

RGB Percentages of Color #d3daec

%31.73
%32.78
%35.49

CMYK Percentages of Color #d3daec

%11
%8
%0
%7

Triadic Colors of #d3daec

#d3daec #ecd3da #daecd3

Analogous Colors of #d3daec

#d3daec #d9d3ec #d3e7ec

Monochromatic Colors of #d3daec

#d3daec

Complementary Color

#d3daec #ece5d3

#d3daec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3daec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3daec Color CSS Codes

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

#d3daec Text Font Color

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

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


#d3daec Background Color

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

This div background color is #d3daec


#d3daec Border Color

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

This div border color is #d3daec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3daec


Comments

No comments written yet.

Please login to write comment.