Color Hex Logo

#dfdadb Color Hex

#DFDADB
(223,218,219)
0 Favorites   0 Comments

Color spaces of #dfdadb

RGB 223218219
HSL0.970.070.86
HSV348°87°
CMYK 0.000.020.02   0.13
XYZ68.289070.945377.1124
Yxy70.94530.31560.3279
Hunter Lab84.2290-2.68134.6798
CIE-Lab87.45841.88260.1040

#dfdadb color RGB value is (223,218,219).

#dfdadb hex color red value is 223, green value is 218 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dfdadb hue: 0.97 , saturation: 0.07 and the lightness value of dfdadb is 0.86.

The process color (four color CMYK) of #dfdadb color hex is 0.00, 0.02, 0.02, 0.13. Web safe color of #dfdadb is #cccccc. Color #dfdadb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 11011011
Octal 337 332 333
Decimal 223 218 219
Hex DF DA DB

RGB Percentages of Color #dfdadb

%33.79
%33.03
%33.18

CMYK Percentages of Color #dfdadb

%0
%2
%2
%13

Triadic Colors of #dfdadb

#dfdadb #dbdfda #dadbdf

Analogous Colors of #dfdadb

#dfdadb #dfdcda #dfdade

Monochromatic Colors of #dfdadb

#dfdadb

Complementary Color

#dfdadb #dadfde

#dfdadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdadb Color CSS Codes

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

#dfdadb Text Font Color

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

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


#dfdadb Background Color

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

This div background color is #dfdadb


#dfdadb Border Color

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

This div border color is #dfdadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdadb


Comments

No comments written yet.

Please login to write comment.