Color Hex Logo

#debd8b Color Hex

#DEBD8B
(222,189,139)
0 Favorites   0 Comments

Color spaces of #debd8b

RGB 222189139
HSL0.100.560.71
HSV36°37°87°
CMYK 0.000.150.37   0.13
XYZ52.982053.788932.0159
Yxy53.78890.38180.3876
Hunter Lab73.34090.603125.4565
CIE-Lab78.33854.865629.6586

#debd8b color RGB value is (222,189,139).

#debd8b hex color red value is 222, green value is 189 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #debd8b hue: 0.10 , saturation: 0.56 and the lightness value of debd8b is 0.71.

The process color (four color CMYK) of #debd8b color hex is 0.00, 0.15, 0.37, 0.13. Web safe color of #debd8b is #cccc99. Color #debd8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111101 10001011
Octal 336 275 213
Decimal 222 189 139
Hex DE BD 8B

RGB Percentages of Color #debd8b

%40.36
%34.36
%25.27

CMYK Percentages of Color #debd8b

%0
%15
%37
%13

Triadic Colors of #debd8b

#debd8b #8bdebd #bd8bde

Analogous Colors of #debd8b

#debd8b #d6de8b #de948b

Monochromatic Colors of #debd8b

#debd8b

Complementary Color

#debd8b #8bacde

#debd8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debd8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#debd8b Color CSS Codes

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

#debd8b Text Font Color

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

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


#debd8b Background Color

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

This div background color is #debd8b


#debd8b Border Color

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

This div border color is #debd8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debd8b


Comments

No comments written yet.

Please login to write comment.