Color Hex Logo

#dfdaec Color Hex

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

Color spaces of #dfdaec

RGB 223218236
HSL0.710.320.89
HSV257°93°
CMYK 0.060.080.00   0.07
XYZ70.643271.886989.5091
Yxy71.88690.30440.3098
Hunter Lab84.78610.3492-3.2424
CIE-Lab87.91415.0065-8.1929

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

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

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

Base Numbers

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

RGB Percentages of Color #dfdaec

%32.94
%32.20
%34.86

CMYK Percentages of Color #dfdaec

%6
%8
%0
%7

Triadic Colors of #dfdaec

#dfdaec #ecdfda #daecdf

Analogous Colors of #dfdaec

#dfdaec #e8daec #dadeec

Monochromatic Colors of #dfdaec

#dfdaec

Complementary Color

#dfdaec #e7ecda

#dfdaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdaec Color CSS Codes

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

#dfdaec Text Font Color

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

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


#dfdaec Background Color

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

This div background color is #dfdaec


#dfdaec Border Color

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

This div border color is #dfdaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdaec


Comments

No comments written yet.

Please login to write comment.