Color Hex Logo

#dfcbbb Color Hex

#DFCBBB
(223,203,187)
0 Favorites   0 Comments

Color spaces of #dfcbbb

RGB 223203187
HSL0.070.360.80
HSV27°16°87°
CMYK 0.000.090.16   0.13
XYZ60.757061.987755.7763
Yxy61.98770.34030.3472
Hunter Lab78.7323-0.034613.1098
CIE-Lab82.90694.391610.5021

#dfcbbb color RGB value is (223,203,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 10111011
Octal 337 313 273
Decimal 223 203 187
Hex DF CB BB

RGB Percentages of Color #dfcbbb

%36.38
%33.12
%30.51

CMYK Percentages of Color #dfcbbb

%0
%9
%16
%13

Triadic Colors of #dfcbbb

#dfcbbb #bbdfcb #cbbbdf

Analogous Colors of #dfcbbb

#dfcbbb #dfddbb #dfbbbd

Monochromatic Colors of #dfcbbb

#dfcbbb

Complementary Color

#dfcbbb #bbcfdf

#dfcbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcbbb Color CSS Codes

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

#dfcbbb Text Font Color

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

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


#dfcbbb Background Color

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

This div background color is #dfcbbb


#dfcbbb Border Color

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

This div border color is #dfcbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcbbb

#dfcbbb Color Palettes


Comments

No comments written yet.

Please login to write comment.