Color Hex Logo

#dec7bc Color Hex

#DEC7BC
(222,199,188)
0 Favorites   0 Comments

Color spaces of #dec7bc

RGB 222199188
HSL0.050.340.80
HSV19°15°87°
CMYK 0.000.100.15   0.13
XYZ59.624760.007356.0170
Yxy60.00730.33950.3416
Hunter Lab77.46441.829611.3505
CIE-Lab81.84226.28848.4365

#dec7bc color RGB value is (222,199,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000111 10111100
Octal 336 307 274
Decimal 222 199 188
Hex DE C7 BC

RGB Percentages of Color #dec7bc

%36.45
%32.68
%30.87

CMYK Percentages of Color #dec7bc

%0
%10
%15
%13

Triadic Colors of #dec7bc

#dec7bc #bcdec7 #c7bcde

Analogous Colors of #dec7bc

#dec7bc #ded8bc #debcc2

Monochromatic Colors of #dec7bc

#dec7bc

Complementary Color

#dec7bc #bcd3de

#dec7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec7bc Color CSS Codes

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

#dec7bc Text Font Color

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

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


#dec7bc Background Color

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

This div background color is #dec7bc


#dec7bc Border Color

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

This div border color is #dec7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec7bc


Comments

No comments written yet.

Please login to write comment.