Color Hex Logo

#deb88f Color Hex

#DEB88F
(222,184,143)
0 Favorites   0 Comments

Color spaces of #deb88f

RGB 222184143
HSL0.090.540.72
HSV31°36°87°
CMYK 0.000.170.36   0.13
XYZ52.222651.793733.2314
Yxy51.79370.38050.3774
Hunter Lab71.96783.582723.0001
CIE-Lab77.15737.981325.9599

#deb88f color RGB value is (222,184,143).

#deb88f hex color red value is 222, green value is 184 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #deb88f hue: 0.09 , saturation: 0.54 and the lightness value of deb88f is 0.72.

The process color (four color CMYK) of #deb88f color hex is 0.00, 0.17, 0.36, 0.13. Web safe color of #deb88f is #cccc99. Color #deb88f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111000 10001111
Octal 336 270 217
Decimal 222 184 143
Hex DE B8 8F

RGB Percentages of Color #deb88f

%40.44
%33.52
%26.05

CMYK Percentages of Color #deb88f

%0
%17
%36
%13

Triadic Colors of #deb88f

#deb88f #8fdeb8 #b88fde

Analogous Colors of #deb88f

#deb88f #ddde8f #de918f

Monochromatic Colors of #deb88f

#deb88f

Complementary Color

#deb88f #8fb5de

#deb88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb88f Color CSS Codes

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

#deb88f Text Font Color

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

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


#deb88f Background Color

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

This div background color is #deb88f


#deb88f Border Color

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

This div border color is #deb88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb88f


Comments

No comments written yet.

Please login to write comment.