Color Hex Logo

#dfdaeb Color Hex

#DFDAEB
(223,218,235)
0 Favorites   0 Comments

Color spaces of #dfdaeb

RGB 223218235
HSL0.720.300.89
HSV258°92°
CMYK 0.050.070.00   0.08
XYZ70.498271.828988.7460
Yxy71.82890.30510.3108
Hunter Lab84.75190.1637-2.7578
CIE-Lab87.88624.8169-7.7071

#dfdaeb color RGB value is (223,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 11101011
Octal 337 332 353
Decimal 223 218 235
Hex DF DA EB

RGB Percentages of Color #dfdaeb

%32.99
%32.25
%34.76

CMYK Percentages of Color #dfdaeb

%5
%7
%0
%8

Triadic Colors of #dfdaeb

#dfdaeb #ebdfda #daebdf

Analogous Colors of #dfdaeb

#dfdaeb #e8daeb #dadeeb

Monochromatic Colors of #dfdaeb

#dfdaeb

Complementary Color

#dfdaeb #e6ebda

#dfdaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdaeb Color CSS Codes

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

#dfdaeb Text Font Color

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

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


#dfdaeb Background Color

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

This div background color is #dfdaeb


#dfdaeb Border Color

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

This div border color is #dfdaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdaeb


Comments

No comments written yet.

Please login to write comment.