Color Hex Logo

#dedbc9 Color Hex

#DEDBC9
(222,219,201)
0 Favorites   0 Comments

Color spaces of #dedbc9

RGB 222219201
HSL0.140.240.83
HSV51°87°
CMYK 0.000.010.09   0.13
XYZ65.998370.409765.3703
Yxy70.40970.32710.3489
Hunter Lab83.9105-6.447412.5476
CIE-Lab87.1974-2.05679.2052

#dedbc9 color RGB value is (222,219,201).

#dedbc9 hex color red value is 222, green value is 219 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #dedbc9 hue: 0.14 , saturation: 0.24 and the lightness value of dedbc9 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 11001001
Octal 336 333 311
Decimal 222 219 201
Hex DE DB C9

RGB Percentages of Color #dedbc9

%34.58
%34.11
%31.31

CMYK Percentages of Color #dedbc9

%0
%1
%9
%13

Triadic Colors of #dedbc9

#dedbc9 #c9dedb #dbc9de

Analogous Colors of #dedbc9

#dedbc9 #d7dec9 #ded1c9

Monochromatic Colors of #dedbc9

#dedbc9

Complementary Color

#dedbc9 #c9ccde

#dedbc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedbc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedbc9 Color CSS Codes

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

#dedbc9 Text Font Color

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

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


#dedbc9 Background Color

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

This div background color is #dedbc9


#dedbc9 Border Color

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

This div border color is #dedbc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedbc9


Comments

No comments written yet.

Please login to write comment.