Color Hex Logo

#dec7bd Color Hex

#DEC7BD
(222,199,189)
0 Favorites   0 Comments

Color spaces of #dec7bd

RGB 222199189
HSL0.050.330.81
HSV18°15°87°
CMYK 0.000.100.15   0.13
XYZ59.732960.050656.5868
Yxy60.05060.33870.3405
Hunter Lab77.49231.980410.9496
CIE-Lab81.86576.44577.9356

#dec7bd color RGB value is (222,199,189).

#dec7bd hex color red value is 222, green value is 199 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dec7bd hue: 0.05 , saturation: 0.33 and the lightness value of dec7bd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000111 10111101
Octal 336 307 275
Decimal 222 199 189
Hex DE C7 BD

RGB Percentages of Color #dec7bd

%36.39
%32.62
%30.98

CMYK Percentages of Color #dec7bd

%0
%10
%15
%13

Triadic Colors of #dec7bd

#dec7bd #bddec7 #c7bdde

Analogous Colors of #dec7bd

#dec7bd #ded8bd #debdc4

Monochromatic Colors of #dec7bd

#dec7bd

Complementary Color

#dec7bd #bdd4de

#dec7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec7bd Color CSS Codes

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

#dec7bd Text Font Color

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

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


#dec7bd Background Color

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

This div background color is #dec7bd


#dec7bd Border Color

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

This div border color is #dec7bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,199,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec7bd


Comments

No comments written yet.

Please login to write comment.