Color Hex Logo

#dfc8b6 Color Hex

#DFC8B6
(223,200,182)
0 Favorites   0 Comments

Color spaces of #dfc8b6

RGB 223200182
HSL0.070.390.79
HSV26°18°87°
CMYK 0.000.100.18   0.13
XYZ59.529260.373952.7718
Yxy60.37390.34470.3496
Hunter Lab77.70060.779014.1226
CIE-Lab82.04105.202711.9358

#dfc8b6 color RGB value is (223,200,182).

#dfc8b6 hex color red value is 223, green value is 200 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #dfc8b6 hue: 0.07 , saturation: 0.39 and the lightness value of dfc8b6 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001000 10110110
Octal 337 310 266
Decimal 223 200 182
Hex DF C8 B6

RGB Percentages of Color #dfc8b6

%36.86
%33.06
%30.08

CMYK Percentages of Color #dfc8b6

%0
%10
%18
%13

Triadic Colors of #dfc8b6

#dfc8b6 #b6dfc8 #c8b6df

Analogous Colors of #dfc8b6

#dfc8b6 #dfddb6 #dfb6b9

Monochromatic Colors of #dfc8b6

#dfc8b6

Complementary Color

#dfc8b6 #b6cddf

#dfc8b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc8b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc8b6 Color CSS Codes

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

#dfc8b6 Text Font Color

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

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


#dfc8b6 Background Color

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

This div background color is #dfc8b6


#dfc8b6 Border Color

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

This div border color is #dfc8b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc8b6


Comments

No comments written yet.

Please login to write comment.