Color Hex Logo

#dfdaea Color Hex

#DFDAEA
(223,218,234)
0 Favorites   0 Comments

Color spaces of #dfdaea

RGB 223218234
HSL0.720.280.89
HSV259°92°
CMYK 0.050.070.00   0.08
XYZ70.354171.771387.9871
Yxy71.77130.30570.3119
Hunter Lab84.7179-0.0209-2.2754
CIE-Lab87.85844.6280-7.2210

#dfdaea color RGB value is (223,218,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 11101010
Octal 337 332 352
Decimal 223 218 234
Hex DF DA EA

RGB Percentages of Color #dfdaea

%33.04
%32.30
%34.67

CMYK Percentages of Color #dfdaea

%5
%7
%0
%8

Triadic Colors of #dfdaea

#dfdaea #eadfda #daeadf

Analogous Colors of #dfdaea

#dfdaea #e7daea #daddea

Monochromatic Colors of #dfdaea

#dfdaea

Complementary Color

#dfdaea #e5eada

#dfdaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdaea Color CSS Codes

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

#dfdaea Text Font Color

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

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


#dfdaea Background Color

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

This div background color is #dfdaea


#dfdaea Border Color

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

This div border color is #dfdaea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,218,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfdaea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdaea


Comments

No comments written yet.

Please login to write comment.