Color Hex Logo

#deb186 Color Hex

#DEB186
(222,177,134)
0 Favorites   0 Comments

Color spaces of #deb186

RGB 222177134
HSL0.080.570.70
HSV29°40°87°
CMYK 0.000.200.40   0.13
XYZ50.149448.695129.3102
Yxy48.69510.39130.3800
Hunter Lab69.78196.162423.9440
CIE-Lab75.261210.661528.2103

#deb186 color RGB value is (222,177,134).

#deb186 hex color red value is 222, green value is 177 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #deb186 hue: 0.08 , saturation: 0.57 and the lightness value of deb186 is 0.70.

The process color (four color CMYK) of #deb186 color hex is 0.00, 0.20, 0.40, 0.13. Web safe color of #deb186 is #cc9999. Color #deb186 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110001 10000110
Octal 336 261 206
Decimal 222 177 134
Hex DE B1 86

RGB Percentages of Color #deb186

%41.65
%33.21
%25.14

CMYK Percentages of Color #deb186

%0
%20
%40
%13

Triadic Colors of #deb186

#deb186 #86deb1 #b186de

Analogous Colors of #deb186

#deb186 #dedd86 #de8687

Monochromatic Colors of #deb186

#deb186

Complementary Color

#deb186 #86b3de

#deb186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb186 Color CSS Codes

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

#deb186 Text Font Color

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

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


#deb186 Background Color

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

This div background color is #deb186


#deb186 Border Color

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

This div border color is #deb186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb186


Comments

No comments written yet.

Please login to write comment.