Color Hex Logo

#deb695 Color Hex

#DEB695
(222,182,149)
0 Favorites   0 Comments

Color spaces of #deb695

RGB 222182149
HSL0.080.530.73
HSV27°33°87°
CMYK 0.000.180.33   0.13
XYZ52.277051.155435.5525
Yxy51.15540.37610.3681
Hunter Lab71.52305.302520.5944
CIE-Lab76.77309.779822.2326

#deb695 color RGB value is (222,182,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 10010101
Octal 336 266 225
Decimal 222 182 149
Hex DE B6 95

RGB Percentages of Color #deb695

%40.14
%32.91
%26.94

CMYK Percentages of Color #deb695

%0
%18
%33
%13

Triadic Colors of #deb695

#deb695 #95deb6 #b695de

Analogous Colors of #deb695

#deb695 #dedb95 #de9599

Monochromatic Colors of #deb695

#deb695

Complementary Color

#deb695 #95bdde

#deb695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb695 Color CSS Codes

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

#deb695 Text Font Color

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

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


#deb695 Background Color

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

This div background color is #deb695


#deb695 Border Color

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

This div border color is #deb695


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,182,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 #deb695">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb695


Comments

No comments written yet.

Please login to write comment.