Color Hex Logo

#ded7bc Color Hex

#DED7BC
(222,215,188)
2 Favorites   0 Comments

Color spaces of #ded7bc

RGB 222215188
HSL0.130.340.80
HSV48°15°87°
CMYK 0.000.030.15   0.13
XYZ63.501767.761357.3093
Yxy67.76130.33670.3593
Hunter Lab82.3173-6.355616.3444
CIE-Lab85.8870-2.063014.1873

#ded7bc color RGB value is (222,215,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010111 10111100
Octal 336 327 274
Decimal 222 215 188
Hex DE D7 BC

RGB Percentages of Color #ded7bc

%35.52
%34.40
%30.08

CMYK Percentages of Color #ded7bc

%0
%3
%15
%13

Triadic Colors of #ded7bc

#ded7bc #bcded7 #d7bcde

Analogous Colors of #ded7bc

#ded7bc #d4debc #dec6bc

Monochromatic Colors of #ded7bc

#ded7bc

Complementary Color

#ded7bc #bcc3de

#ded7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded7bc Color CSS Codes

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

#ded7bc Text Font Color

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

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


#ded7bc Background Color

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

This div background color is #ded7bc


#ded7bc Border Color

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

This div border color is #ded7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded7bc


Comments

No comments written yet.

Please login to write comment.