Color Hex Logo

#ded9bc Color Hex

#DED9BC
(222,217,188)
0 Favorites   0 Comments

Color spaces of #ded9bc

RGB 222217188
HSL0.140.340.80
HSV51°15°87°
CMYK 0.000.020.15   0.13
XYZ64.014268.786157.4801
Yxy68.78610.33640.3615
Hunter Lab82.9374-7.367416.9650
CIE-Lab86.3980-3.093114.9082

#ded9bc color RGB value is (222,217,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011001 10111100
Octal 336 331 274
Decimal 222 217 188
Hex DE D9 BC

RGB Percentages of Color #ded9bc

%35.41
%34.61
%29.98

CMYK Percentages of Color #ded9bc

%0
%2
%15
%13

Triadic Colors of #ded9bc

#ded9bc #bcded9 #d9bcde

Analogous Colors of #ded9bc

#ded9bc #d2debc #dec8bc

Monochromatic Colors of #ded9bc

#ded9bc

Complementary Color

#ded9bc #bcc1de

#ded9bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded9bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded9bc Color CSS Codes

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

#ded9bc Text Font Color

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

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


#ded9bc Background Color

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

This div background color is #ded9bc


#ded9bc Border Color

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

This div border color is #ded9bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded9bc


Comments

No comments written yet.

Please login to write comment.