Color Hex Logo

#dedcbb Color Hex

#DEDCBB
(222,220,187)
0 Favorites   0 Comments

Color spaces of #dedcbb

RGB 222220187
HSL0.160.350.80
HSV57°16°87°
CMYK 0.000.010.16   0.13
XYZ64.687070.303957.1743
Yxy70.30390.33660.3659
Hunter Lab83.8474-9.023018.2642
CIE-Lab87.1457-4.785816.4845

#dedcbb color RGB value is (222,220,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 10111011
Octal 336 334 273
Decimal 222 220 187
Hex DE DC BB

RGB Percentages of Color #dedcbb

%35.29
%34.98
%29.73

CMYK Percentages of Color #dedcbb

%0
%1
%16
%13

Triadic Colors of #dedcbb

#dedcbb #bbdedc #dcbbde

Analogous Colors of #dedcbb

#dedcbb #cfdebb #decbbb

Monochromatic Colors of #dedcbb

#dedcbb

Complementary Color

#dedcbb #bbbdde

#dedcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedcbb Color CSS Codes

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

#dedcbb Text Font Color

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

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


#dedcbb Background Color

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

This div background color is #dedcbb


#dedcbb Border Color

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

This div border color is #dedcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedcbb


Comments

No comments written yet.

Please login to write comment.