Color Hex Logo

#dfdbd5 Color Hex

#DFDBD5
(223,219,213)
0 Favorites   0 Comments

Color spaces of #dfdbd5

RGB 223219213
HSL0.100.140.85
HSV36°87°
CMYK 0.000.020.04   0.13
XYZ67.773271.155173.1131
Yxy71.15510.31960.3356
Hunter Lab84.3535-4.20417.6580
CIE-Lab87.56030.31313.4164

#dfdbd5 color RGB value is (223,219,213).

#dfdbd5 hex color red value is 223, green value is 219 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #dfdbd5 hue: 0.10 , saturation: 0.14 and the lightness value of dfdbd5 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 11010101
Octal 337 333 325
Decimal 223 219 213
Hex DF DB D5

RGB Percentages of Color #dfdbd5

%34.05
%33.44
%32.52

CMYK Percentages of Color #dfdbd5

%0
%2
%4
%13

Triadic Colors of #dfdbd5

#dfdbd5 #d5dfdb #dbd5df

Analogous Colors of #dfdbd5

#dfdbd5 #dedfd5 #dfd6d5

Monochromatic Colors of #dfdbd5

#dfdbd5

Complementary Color

#dfdbd5 #d5d9df

#dfdbd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdbd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdbd5 Color CSS Codes

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

#dfdbd5 Text Font Color

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

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


#dfdbd5 Background Color

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

This div background color is #dfdbd5


#dfdbd5 Border Color

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

This div border color is #dfdbd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdbd5


Comments

No comments written yet.

Please login to write comment.