Color Hex Logo

#debeb9 Color Hex

#DEBEB9
(222,190,185)
0 Favorites   0 Comments

Color spaces of #debeb9

RGB 222190185
HSL0.020.360.80
HSV17°87°
CMYK 0.000.140.17   0.13
XYZ57.294655.859353.6611
Yxy55.85930.34350.3349
Hunter Lab74.73916.04389.7484
CIE-Lab79.533710.58896.7353

#debeb9 color RGB value is (222,190,185).

#debeb9 hex color red value is 222, green value is 190 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #debeb9 hue: 0.02 , saturation: 0.36 and the lightness value of debeb9 is 0.80.

The process color (four color CMYK) of #debeb9 color hex is 0.00, 0.14, 0.17, 0.13. Web safe color of #debeb9 is #cccccc. Color #debeb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111110 10111001
Octal 336 276 271
Decimal 222 190 185
Hex DE BE B9

RGB Percentages of Color #debeb9

%37.19
%31.83
%30.99

CMYK Percentages of Color #debeb9

%0
%14
%17
%13

Triadic Colors of #debeb9

#debeb9 #b9debe #beb9de

Analogous Colors of #debeb9

#debeb9 #ded1b9 #deb9c7

Monochromatic Colors of #debeb9

#debeb9

Complementary Color

#debeb9 #b9d9de

#debeb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debeb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debeb9 Color CSS Codes

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

#debeb9 Text Font Color

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

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


#debeb9 Background Color

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

This div background color is #debeb9


#debeb9 Border Color

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

This div border color is #debeb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debeb9


Comments

No comments written yet.

Please login to write comment.