Color Hex Logo

#d2dafe Color Hex

#D2DAFE
(210,218,254)
1 Favorites   0 Comments

Color spaces of #d2dafe

RGB 210218254
HSL0.640.960.91
HSV229°17°100°
CMYK 0.170.140.00   0.00
XYZ69.539171.0002103.8052
Yxy71.00020.28460.2906
Hunter Lab84.2616-0.1460-14.0586
CIE-Lab87.48514.4837-18.4188

#d2dafe color RGB value is (210,218,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11011010 11111110
Octal 322 332 376
Decimal 210 218 254
Hex D2 DA FE

RGB Percentages of Color #d2dafe

%30.79
%31.96
%37.24

CMYK Percentages of Color #d2dafe

%17
%14
%0
%0

Triadic Colors of #d2dafe

#d2dafe #fed2da #dafed2

Analogous Colors of #d2dafe

#d2dafe #e0d2fe #d2f0fe

Monochromatic Colors of #d2dafe

#d2dafe

Complementary Color

#d2dafe #fef6d2

#d2dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2dafe Color CSS Codes

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

#d2dafe Text Font Color

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

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


#d2dafe Background Color

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

This div background color is #d2dafe


#d2dafe Border Color

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

This div border color is #d2dafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2dafe


Comments

No comments written yet.

Please login to write comment.