Color Hex Logo

#dedb95 Color Hex

#DEDB95
(222,219,149)
0 Favorites   0 Comments

Color spaces of #dedb95

RGB 222219149
HSL0.160.530.73
HSV58°33°87°
CMYK 0.000.010.33   0.13
XYZ60.880568.362638.4203
Yxy68.36260.36310.4077
Hunter Lab82.6817-13.259130.3265
CIE-Lab86.1874-9.457134.8566

#dedb95 color RGB value is (222,219,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 10010101
Octal 336 333 225
Decimal 222 219 149
Hex DE DB 95

RGB Percentages of Color #dedb95

%37.63
%37.12
%25.25

CMYK Percentages of Color #dedb95

%0
%1
%33
%13

Triadic Colors of #dedb95

#dedb95 #95dedb #db95de

Analogous Colors of #dedb95

#dedb95 #bdde95 #deb795

Monochromatic Colors of #dedb95

#dedb95

Complementary Color

#dedb95 #9598de

#dedb95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb95 Color CSS Codes

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

#dedb95 Text Font Color

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

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


#dedb95 Background Color

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

This div background color is #dedb95


#dedb95 Border Color

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

This div border color is #dedb95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb95


Comments

No comments written yet.

Please login to write comment.