Color Hex Logo

#dadfec Color Hex

#DADFEC
(218,223,236)
0 Favorites   0 Comments

Color spaces of #dadfec

RGB 218223236
HSL0.620.320.89
HSV223°93°
CMYK 0.080.060.00   0.07
XYZ70.441473.736989.8769
Yxy73.73690.30100.3150
Hunter Lab85.8702-3.8450-1.9473
CIE-Lab88.79800.7650-6.9253

#dadfec color RGB value is (218,223,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011111 11101100
Octal 332 337 354
Decimal 218 223 236
Hex DA DF EC

RGB Percentages of Color #dadfec

%32.20
%32.94
%34.86

CMYK Percentages of Color #dadfec

%8
%6
%0
%7

Triadic Colors of #dadfec

#dadfec #ecdadf #dfecda

Analogous Colors of #dadfec

#dadfec #dedaec #dae8ec

Monochromatic Colors of #dadfec

#dadfec

Complementary Color

#dadfec #ece7da

#dadfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadfec Color CSS Codes

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

#dadfec Text Font Color

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

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


#dadfec Background Color

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

This div background color is #dadfec


#dadfec Border Color

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

This div border color is #dadfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadfec


Comments

No comments written yet.

Please login to write comment.