Color Hex Logo

#deb9be Color Hex

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

Color spaces of #deb9be

RGB 222185190
HSL0.980.360.80
HSV352°17°87°
CMYK 0.000.170.14   0.13
XYZ56.767453.945256.1357
Yxy53.94520.34020.3233
Hunter Lab73.44749.42956.0979
CIE-Lab78.429814.04762.4400

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

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

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

Base Numbers

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

RGB Percentages of Color #deb9be

%37.19
%30.99
%31.83

CMYK Percentages of Color #deb9be

%0
%17
%14
%13

Triadic Colors of #deb9be

#deb9be #bedeb9 #b9bede

Analogous Colors of #deb9be

#deb9be #dec7b9 #deb9d1

Monochromatic Colors of #deb9be

#deb9be

Complementary Color

#deb9be #b9ded9

#deb9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb9be Color CSS Codes

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

#deb9be Text Font Color

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

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


#deb9be Background Color

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

This div background color is #deb9be


#deb9be Border Color

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

This div border color is #deb9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb9be


Comments

No comments written yet.

Please login to write comment.