Color Hex Logo

#deb69b Color Hex

#DEB69B
(222,182,155)
0 Favorites   0 Comments

Color spaces of #deb69b

RGB 222182155
HSL0.070.500.74
HSV24°30°87°
CMYK 0.000.180.30   0.13
XYZ52.768551.352138.1411
Yxy51.35210.37090.3610
Hunter Lab71.66046.036218.6053
CIE-Lab76.891810.547819.1728

#deb69b color RGB value is (222,182,155).

#deb69b hex color red value is 222, green value is 182 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #deb69b hue: 0.07 , saturation: 0.50 and the lightness value of deb69b is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 10011011
Octal 336 266 233
Decimal 222 182 155
Hex DE B6 9B

RGB Percentages of Color #deb69b

%39.71
%32.56
%27.73

CMYK Percentages of Color #deb69b

%0
%18
%30
%13

Triadic Colors of #deb69b

#deb69b #9bdeb6 #b69bde

Analogous Colors of #deb69b

#deb69b #ded89b #de9ba2

Monochromatic Colors of #deb69b

#deb69b

Complementary Color

#deb69b #9bc3de

#deb69b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb69b Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb69b Color CSS Codes

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

#deb69b Text Font Color

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

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


#deb69b Background Color

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

This div background color is #deb69b


#deb69b Border Color

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

This div border color is #deb69b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb69b


Comments

No comments written yet.

Please login to write comment.