Color Hex Logo

#dad6fe Color Hex

#DAD6FE
(218,214,254)
0 Favorites   0 Comments

Color spaces of #dad6fe

RGB 218214254
HSL0.680.950.92
HSV246°16°100°
CMYK 0.140.160.00   0.00
XYZ70.849470.1543103.5729
Yxy70.15430.28970.2868
Hunter Lab83.75824.4129-14.6856
CIE-Lab87.07259.0744-18.9832

#dad6fe color RGB value is (218,214,254).

#dad6fe hex color red value is 218, green value is 214 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dad6fe hue: 0.68 , saturation: 0.95 and the lightness value of dad6fe is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 11111110
Octal 332 326 376
Decimal 218 214 254
Hex DA D6 FE

RGB Percentages of Color #dad6fe

%31.78
%31.20
%37.03

CMYK Percentages of Color #dad6fe

%14
%16
%0
%0

Triadic Colors of #dad6fe

#dad6fe #fedad6 #d6feda

Analogous Colors of #dad6fe

#dad6fe #eed6fe #d6e6fe

Monochromatic Colors of #dad6fe

#dad6fe

Complementary Color

#dad6fe #fafed6

#dad6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad6fe Color CSS Codes

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

#dad6fe Text Font Color

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

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


#dad6fe Background Color

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

This div background color is #dad6fe


#dad6fe Border Color

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

This div border color is #dad6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad6fe

Related Colors


Comments

No comments written yet.

Please login to write comment.