Color Hex Logo

#dedbc3 Color Hex

#DEDBC3
(222,219,195)
0 Favorites   0 Comments

Color spaces of #dedbc3

RGB 222219195
HSL0.150.290.82
HSV53°12°87°
CMYK 0.000.010.12   0.13
XYZ65.306070.132861.7247
Yxy70.13280.33120.3557
Hunter Lab83.7453-7.357114.9219
CIE-Lab87.0620-3.026412.1683

#dedbc3 color RGB value is (222,219,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 11000011
Octal 336 333 303
Decimal 222 219 195
Hex DE DB C3

RGB Percentages of Color #dedbc3

%34.91
%34.43
%30.66

CMYK Percentages of Color #dedbc3

%0
%1
%12
%13

Triadic Colors of #dedbc3

#dedbc3 #c3dedb #dbc3de

Analogous Colors of #dedbc3

#dedbc3 #d4dec3 #decec3

Monochromatic Colors of #dedbc3

#dedbc3

Complementary Color

#dedbc3 #c3c6de

#dedbc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedbc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedbc3 Color CSS Codes

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

#dedbc3 Text Font Color

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

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


#dedbc3 Background Color

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

This div background color is #dedbc3


#dedbc3 Border Color

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

This div border color is #dedbc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedbc3


Comments

No comments written yet.

Please login to write comment.