Color Hex Logo

#deb392 Color Hex

#DEB392
(222,179,146)
0 Favorites   0 Comments

Color spaces of #deb392

RGB 222179146
HSL0.070.540.72
HSV26°34°87°
CMYK 0.000.190.34   0.13
XYZ51.432649.845134.1044
Yxy49.84510.37990.3682
Hunter Lab70.60116.484720.7802
CIE-Lab75.974111.005922.7509

#deb392 color RGB value is (222,179,146).

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

The process color (four color CMYK) of #deb392 color hex is 0.00, 0.19, 0.34, 0.13. Web safe color of #deb392 is #cccc99. Color #deb392 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110011 10010010
Octal 336 263 222
Decimal 222 179 146
Hex DE B3 92

RGB Percentages of Color #deb392

%40.59
%32.72
%26.69

CMYK Percentages of Color #deb392

%0
%19
%34
%13

Triadic Colors of #deb392

#deb392 #92deb3 #b392de

Analogous Colors of #deb392

#deb392 #ded992 #de9297

Monochromatic Colors of #deb392

#deb392

Complementary Color

#deb392 #92bdde

#deb392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb392 Color CSS Codes

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

#deb392 Text Font Color

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

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


#deb392 Background Color

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

This div background color is #deb392


#deb392 Border Color

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

This div border color is #deb392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb392


Comments

No comments written yet.

Please login to write comment.