Color Hex Logo

#dedb96 Color Hex

#DEDB96
(222,219,150)
0 Favorites   0 Comments

Color spaces of #dedb96

RGB 222219150
HSL0.160.520.73
HSV58°32°87°
CMYK 0.000.010.32   0.13
XYZ60.960768.394638.8427
Yxy68.39460.36240.4066
Hunter Lab82.7010-13.150630.0436
CIE-Lab86.2034-9.336734.3680

#dedb96 color RGB value is (222,219,150).

#dedb96 hex color red value is 222, green value is 219 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dedb96 hue: 0.16 , saturation: 0.52 and the lightness value of dedb96 is 0.73.

The process color (four color CMYK) of #dedb96 color hex is 0.00, 0.01, 0.32, 0.13. Web safe color of #dedb96 is #cccc99. Color #dedb96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 10010110
Octal 336 333 226
Decimal 222 219 150
Hex DE DB 96

RGB Percentages of Color #dedb96

%37.56
%37.06
%25.38

CMYK Percentages of Color #dedb96

%0
%1
%32
%13

Triadic Colors of #dedb96

#dedb96 #96dedb #db96de

Analogous Colors of #dedb96

#dedb96 #bdde96 #deb796

Monochromatic Colors of #dedb96

#dedb96

Complementary Color

#dedb96 #9699de

#dedb96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb96 Color CSS Codes

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

#dedb96 Text Font Color

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

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


#dedb96 Background Color

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

This div background color is #dedb96


#dedb96 Border Color

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

This div border color is #dedb96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb96


Comments

No comments written yet.

Please login to write comment.