Color Hex Logo

#deb09d Color Hex

#DEB09D
(222,176,157)
0 Favorites   0 Comments

Color spaces of #deb09d

RGB 222176157
HSL0.050.500.74
HSV18°29°87°
CMYK 0.000.210.29   0.13
XYZ51.735349.014638.6323
Yxy49.01460.37120.3517
Hunter Lab70.01049.387116.2906
CIE-Lab75.460414.017816.1022

#deb09d color RGB value is (222,176,157).

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

The process color (four color CMYK) of #deb09d color hex is 0.00, 0.21, 0.29, 0.13. Web safe color of #deb09d is #cc9999. Color #deb09d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110000 10011101
Octal 336 260 235
Decimal 222 176 157
Hex DE B0 9D

RGB Percentages of Color #deb09d

%40.00
%31.71
%28.29

CMYK Percentages of Color #deb09d

%0
%21
%29
%13

Triadic Colors of #deb09d

#deb09d #9ddeb0 #b09dde

Analogous Colors of #deb09d

#deb09d #ded19d #de9dab

Monochromatic Colors of #deb09d

#deb09d

Complementary Color

#deb09d #9dcbde

#deb09d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb09d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb09d Color CSS Codes

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

#deb09d Text Font Color

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

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


#deb09d Background Color

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

This div background color is #deb09d


#deb09d Border Color

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

This div border color is #deb09d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb09d


Comments

No comments written yet.

Please login to write comment.