Color Hex Logo

#deb69f Color Hex

#DEB69F
(222,182,159)
0 Favorites   0 Comments

Color spaces of #deb69f

RGB 222182159
HSL0.060.490.75
HSV22°28°87°
CMYK 0.000.180.28   0.13
XYZ53.110251.488739.9400
Yxy51.48870.36740.3562
Hunter Lab71.75566.545117.2274
CIE-Lab76.974111.078217.1322

#deb69f color RGB value is (222,182,159).

#deb69f hex color red value is 222, green value is 182 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #deb69f hue: 0.06 , saturation: 0.49 and the lightness value of deb69f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 10011111
Octal 336 266 237
Decimal 222 182 159
Hex DE B6 9F

RGB Percentages of Color #deb69f

%39.43
%32.33
%28.24

CMYK Percentages of Color #deb69f

%0
%18
%28
%13

Triadic Colors of #deb69f

#deb69f #9fdeb6 #b69fde

Analogous Colors of #deb69f

#deb69f #ded69f #de9fa8

Monochromatic Colors of #deb69f

#deb69f

Complementary Color

#deb69f #9fc7de

#deb69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb69f Color CSS Codes

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

#deb69f Text Font Color

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

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


#deb69f Background Color

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

This div background color is #deb69f


#deb69f Border Color

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

This div border color is #deb69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb69f


Comments

No comments written yet.

Please login to write comment.