Color Hex Logo

#dedbc5 Color Hex

#DEDBC5
(222,219,197)
0 Favorites   0 Comments

Color spaces of #dedbc5

RGB 222219197
HSL0.150.270.82
HSV53°11°87°
CMYK 0.000.010.11   0.13
XYZ65.533870.223862.9239
Yxy70.22380.32980.3534
Hunter Lab83.7996-7.057114.1398
CIE-Lab87.1065-2.706111.1800

#dedbc5 color RGB value is (222,219,197).

#dedbc5 hex color red value is 222, green value is 219 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #dedbc5 hue: 0.15 , saturation: 0.27 and the lightness value of dedbc5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 11000101
Octal 336 333 305
Decimal 222 219 197
Hex DE DB C5

RGB Percentages of Color #dedbc5

%34.80
%34.33
%30.88

CMYK Percentages of Color #dedbc5

%0
%1
%11
%13

Triadic Colors of #dedbc5

#dedbc5 #c5dedb #dbc5de

Analogous Colors of #dedbc5

#dedbc5 #d5dec5 #decfc5

Monochromatic Colors of #dedbc5

#dedbc5

Complementary Color

#dedbc5 #c5c8de

#dedbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedbc5 Color CSS Codes

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

#dedbc5 Text Font Color

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

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


#dedbc5 Background Color

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

This div background color is #dedbc5


#dedbc5 Border Color

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

This div border color is #dedbc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedbc5


Comments

No comments written yet.

Please login to write comment.