Color Hex Logo

#dfdcbb Color Hex

#DFDCBB
(223,220,187)
1 Favorites   0 Comments

Color spaces of #dfdcbb

RGB 223220187
HSL0.150.360.80
HSV55°16°87°
CMYK 0.000.010.16   0.13
XYZ64.994370.462257.1887
Yxy70.46220.33740.3658
Hunter Lab83.9418-8.689418.3655
CIE-Lab87.2231-4.423916.6043

#dfdcbb color RGB value is (223,220,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 10111011
Octal 337 334 273
Decimal 223 220 187
Hex DF DC BB

RGB Percentages of Color #dfdcbb

%35.40
%34.92
%29.68

CMYK Percentages of Color #dfdcbb

%0
%1
%16
%13

Triadic Colors of #dfdcbb

#dfdcbb #bbdfdc #dcbbdf

Analogous Colors of #dfdcbb

#dfdcbb #d0dfbb #dfcabb

Monochromatic Colors of #dfdcbb

#dfdcbb

Complementary Color

#dfdcbb #bbbedf

#dfdcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdcbb Color CSS Codes

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

#dfdcbb Text Font Color

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

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


#dfdcbb Background Color

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

This div background color is #dfdcbb


#dfdcbb Border Color

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

This div border color is #dfdcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdcbb


Comments

No comments written yet.

Please login to write comment.