Color Hex Logo

#deb694 Color Hex

#DEB694
(222,182,148)
0 Favorites   0 Comments

Color spaces of #deb694

RGB 222182148
HSL0.080.530.73
HSV28°33°87°
CMYK 0.000.180.33   0.13
XYZ52.197451.123635.1337
Yxy51.12360.37700.3692
Hunter Lab71.50085.183220.9169
CIE-Lab76.75389.654722.7423

#deb694 color RGB value is (222,182,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 10010100
Octal 336 266 224
Decimal 222 182 148
Hex DE B6 94

RGB Percentages of Color #deb694

%40.22
%32.97
%26.81

CMYK Percentages of Color #deb694

%0
%18
%33
%13

Triadic Colors of #deb694

#deb694 #94deb6 #b694de

Analogous Colors of #deb694

#deb694 #dedb94 #de9497

Monochromatic Colors of #deb694

#deb694

Complementary Color

#deb694 #94bcde

#deb694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb694 Color CSS Codes

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

#deb694 Text Font Color

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

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


#deb694 Background Color

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

This div background color is #deb694


#deb694 Border Color

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

This div border color is #deb694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb694


Comments

No comments written yet.

Please login to write comment.