Color Hex Logo

#dfdbea Color Hex

#DFDBEA
(223,219,234)
0 Favorites   0 Comments

Color spaces of #dfdbea

RGB 223219234
HSL0.710.260.89
HSV256°92°
CMYK 0.050.060.00   0.08
XYZ70.614272.291588.0738
Yxy72.29150.30570.3130
Hunter Lab85.0244-0.5455-1.8993
CIE-Lab88.10874.1057-6.8506

#dfdbea color RGB value is (223,219,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 11101010
Octal 337 333 352
Decimal 223 219 234
Hex DF DB EA

RGB Percentages of Color #dfdbea

%32.99
%32.40
%34.62

CMYK Percentages of Color #dfdbea

%5
%6
%0
%8

Triadic Colors of #dfdbea

#dfdbea #eadfdb #dbeadf

Analogous Colors of #dfdbea

#dfdbea #e7dbea #dbdfea

Monochromatic Colors of #dfdbea

#dfdbea

Complementary Color

#dfdbea #e6eadb

#dfdbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdbea Color CSS Codes

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

#dfdbea Text Font Color

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

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


#dfdbea Background Color

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

This div background color is #dfdbea


#dfdbea Border Color

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

This div border color is #dfdbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdbea


Comments

No comments written yet.

Please login to write comment.