Color Hex Logo

#dedbc4 Color Hex

#DEDBC4
(222,219,196)
0 Favorites   0 Comments

Color spaces of #dedbc4

RGB 222219196
HSL0.150.280.82
HSV53°12°87°
CMYK 0.000.010.12   0.13
XYZ65.419570.178262.3223
Yxy70.17820.33050.3546
Hunter Lab83.7724-7.207714.5320
CIE-Lab87.0842-2.866811.6741

#dedbc4 color RGB value is (222,219,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 11000100
Octal 336 333 304
Decimal 222 219 196
Hex DE DB C4

RGB Percentages of Color #dedbc4

%34.85
%34.38
%30.77

CMYK Percentages of Color #dedbc4

%0
%1
%12
%13

Triadic Colors of #dedbc4

#dedbc4 #c4dedb #dbc4de

Analogous Colors of #dedbc4

#dedbc4 #d4dec4 #decec4

Monochromatic Colors of #dedbc4

#dedbc4

Complementary Color

#dedbc4 #c4c7de

#dedbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedbc4 Color CSS Codes

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

#dedbc4 Text Font Color

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

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


#dedbc4 Background Color

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

This div background color is #dedbc4


#dedbc4 Border Color

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

This div border color is #dedbc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedbc4

#dedbc4 Color Palettes


Comments

No comments written yet.

Please login to write comment.