Color Hex Logo

#dfdcdb Color Hex

#DFDCDB
(223,220,219)
0 Favorites   0 Comments

Color spaces of #dfdcdb

RGB 223220219
HSL0.040.060.87
HSV15°87°
CMYK 0.000.010.02   0.13
XYZ68.810871.988877.2864
Yxy71.98880.31550.3301
Hunter Lab84.8462-3.71635.3851
CIE-Lab87.96320.84460.8403

#dfdcdb color RGB value is (223,220,219).

#dfdcdb hex color red value is 223, green value is 220 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dfdcdb hue: 0.04 , saturation: 0.06 and the lightness value of dfdcdb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 11011011
Octal 337 334 333
Decimal 223 220 219
Hex DF DC DB

RGB Percentages of Color #dfdcdb

%33.69
%33.23
%33.08

CMYK Percentages of Color #dfdcdb

%0
%1
%2
%13

Triadic Colors of #dfdcdb

#dfdcdb #dbdfdc #dcdbdf

Analogous Colors of #dfdcdb

#dfdcdb #dfdedb #dfdbdc

Monochromatic Colors of #dfdcdb

#dfdcdb

Complementary Color

#dfdcdb #dbdedf

#dfdcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdcdb Color CSS Codes

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

#dfdcdb Text Font Color

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

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


#dfdcdb Background Color

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

This div background color is #dfdcdb


#dfdcdb Border Color

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

This div border color is #dfdcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdcdb


Comments

No comments written yet.

Please login to write comment.