Color Hex Logo

#deba9b Color Hex

#DEBA9B
(222,186,155)
0 Favorites   0 Comments

Color spaces of #deba9b

RGB 222186155
HSL0.080.500.74
HSV28°30°87°
CMYK 0.000.160.30   0.13
XYZ53.599553.014038.4181
Yxy53.01400.36960.3655
Hunter Lab72.81073.983819.6835
CIE-Lab77.88338.420220.5417

#deba9b color RGB value is (222,186,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 10011011
Octal 336 272 233
Decimal 222 186 155
Hex DE BA 9B

RGB Percentages of Color #deba9b

%39.43
%33.04
%27.53

CMYK Percentages of Color #deba9b

%0
%16
%30
%13

Triadic Colors of #deba9b

#deba9b #9bdeba #ba9bde

Analogous Colors of #deba9b

#deba9b #dedc9b #de9b9e

Monochromatic Colors of #deba9b

#deba9b

Complementary Color

#deba9b #9bbfde

#deba9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba9b Color CSS Codes

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

#deba9b Text Font Color

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

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


#deba9b Background Color

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

This div background color is #deba9b


#deba9b Border Color

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

This div border color is #deba9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba9b

#deba9b Color Palettes


Comments

No comments written yet.

Please login to write comment.