Color Hex Logo

#d3dafe Color Hex

#D3DAFE
(211,218,254)
0 Favorites   0 Comments

Color spaces of #d3dafe

RGB 211218254
HSL0.640.960.91
HSV230°17°100°
CMYK 0.170.140.00   0.00
XYZ69.824871.1474103.8186
Yxy71.14740.28520.2906
Hunter Lab84.34890.1533-13.9313
CIE-Lab87.55664.7918-18.3040

#d3dafe color RGB value is (211,218,254).

#d3dafe hex color red value is 211, green value is 218 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d3dafe hue: 0.64 , saturation: 0.96 and the lightness value of d3dafe is 0.91.

The process color (four color CMYK) of #d3dafe color hex is 0.17, 0.14, 0.00, 0.00. Web safe color of #d3dafe is #ccccff. Color #d3dafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011010 11111110
Octal 323 332 376
Decimal 211 218 254
Hex D3 DA FE

RGB Percentages of Color #d3dafe

%30.89
%31.92
%37.19

CMYK Percentages of Color #d3dafe

%17
%14
%0
%0

Triadic Colors of #d3dafe

#d3dafe #fed3da #dafed3

Analogous Colors of #d3dafe

#d3dafe #e2d3fe #d3f0fe

Monochromatic Colors of #d3dafe

#d3dafe

Complementary Color

#d3dafe #fef7d3

#d3dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3dafe Color CSS Codes

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

#d3dafe Text Font Color

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

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


#d3dafe Background Color

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

This div background color is #d3dafe


#d3dafe Border Color

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

This div border color is #d3dafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3dafe


Comments

No comments written yet.

Please login to write comment.