Color Hex Logo

#dfccbb Color Hex

#DFCCBB
(223,204,187)
0 Favorites   0 Comments

Color spaces of #dfccbb

RGB 223204187
HSL0.080.360.80
HSV28°16°87°
CMYK 0.000.090.16   0.13
XYZ60.993962.461655.8553
Yxy62.46160.34020.3483
Hunter Lab79.0327-0.548713.4204
CIE-Lab83.15833.867010.8601

#dfccbb color RGB value is (223,204,187).

#dfccbb hex color red value is 223, green value is 204 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dfccbb hue: 0.08 , saturation: 0.36 and the lightness value of dfccbb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 10111011
Octal 337 314 273
Decimal 223 204 187
Hex DF CC BB

RGB Percentages of Color #dfccbb

%36.32
%33.22
%30.46

CMYK Percentages of Color #dfccbb

%0
%9
%16
%13

Triadic Colors of #dfccbb

#dfccbb #bbdfcc #ccbbdf

Analogous Colors of #dfccbb

#dfccbb #dfdebb #dfbbbc

Monochromatic Colors of #dfccbb

#dfccbb

Complementary Color

#dfccbb #bbcedf

#dfccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfccbb Color CSS Codes

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

#dfccbb Text Font Color

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

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


#dfccbb Background Color

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

This div background color is #dfccbb


#dfccbb Border Color

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

This div border color is #dfccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfccbb


Comments

No comments written yet.

Please login to write comment.