Color Hex Logo

#deb182 Color Hex

#DEB182
(222,177,130)
0 Favorites   0 Comments

Color spaces of #deb182

RGB 222177130
HSL0.090.580.69
HSV31°41°87°
CMYK 0.000.200.41   0.13
XYZ49.875648.585627.8683
Yxy48.58560.39480.3846
Hunter Lab69.70345.743125.0875
CIE-Lab75.192810.219930.2456

#deb182 color RGB value is (222,177,130).

#deb182 hex color red value is 222, green value is 177 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #deb182 hue: 0.09 , saturation: 0.58 and the lightness value of deb182 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110001 10000010
Octal 336 261 202
Decimal 222 177 130
Hex DE B1 82

RGB Percentages of Color #deb182

%41.97
%33.46
%24.57

CMYK Percentages of Color #deb182

%0
%20
%41
%13

Triadic Colors of #deb182

#deb182 #82deb1 #b182de

Analogous Colors of #deb182

#deb182 #ddde82 #de8382

Monochromatic Colors of #deb182

#deb182

Complementary Color

#deb182 #82afde

#deb182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb182 Color CSS Codes

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

#deb182 Text Font Color

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

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


#deb182 Background Color

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

This div background color is #deb182


#deb182 Border Color

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

This div border color is #deb182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb182


Comments

No comments written yet.

Please login to write comment.