Color Hex Logo

#dadcfe Color Hex

#DADCFE
(218,220,254)
0 Favorites   0 Comments

Color spaces of #dadcfe

RGB 218220254
HSL0.660.950.93
HSV237°14°100°
CMYK 0.140.130.00   0.00
XYZ72.396073.2476104.0884
Yxy73.24760.28990.2933
Hunter Lab85.58481.2193-12.1992
CIE-Lab88.56575.9134-16.7346

#dadcfe color RGB value is (218,220,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011100 11111110
Octal 332 334 376
Decimal 218 220 254
Hex DA DC FE

RGB Percentages of Color #dadcfe

%31.50
%31.79
%36.71

CMYK Percentages of Color #dadcfe

%14
%13
%0
%0

Triadic Colors of #dadcfe

#dadcfe #fedadc #dcfeda

Analogous Colors of #dadcfe

#dadcfe #eadafe #daeefe

Monochromatic Colors of #dadcfe

#dadcfe

Complementary Color

#dadcfe #fefcda

#dadcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadcfe Color CSS Codes

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

#dadcfe Text Font Color

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

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


#dadcfe Background Color

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

This div background color is #dadcfe


#dadcfe Border Color

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

This div border color is #dadcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadcfe


Comments

No comments written yet.

Please login to write comment.