Color Hex Logo

#deb170 Color Hex

#DEB170
(222,177,112)
0 Favorites   0 Comments

Color spaces of #deb170

RGB 222177112
HSL0.100.630.65
HSV35°50°87°
CMYK 0.000.200.50   0.13
XYZ48.771048.143722.0514
Yxy48.14370.41000.4047
Hunter Lab69.38574.042329.7271
CIE-Lab74.91558.415739.3002

#deb170 color RGB value is (222,177,112).

#deb170 hex color red value is 222, green value is 177 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #deb170 hue: 0.10 , saturation: 0.63 and the lightness value of deb170 is 0.65.

The process color (four color CMYK) of #deb170 color hex is 0.00, 0.20, 0.50, 0.13. Web safe color of #deb170 is #cc9966. Color #deb170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110001 01110000
Octal 336 261 160
Decimal 222 177 112
Hex DE B1 70

RGB Percentages of Color #deb170

%43.44
%34.64
%21.92

CMYK Percentages of Color #deb170

%0
%20
%50
%13

Triadic Colors of #deb170

#deb170 #70deb1 #b170de

Analogous Colors of #deb170

#deb170 #d4de70 #de7a70

Monochromatic Colors of #deb170

#deb170

Complementary Color

#deb170 #709dde

#deb170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb170 Color CSS Codes

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

#deb170 Text Font Color

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

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


#deb170 Background Color

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

This div background color is #deb170


#deb170 Border Color

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

This div border color is #deb170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb170


Comments

No comments written yet.

Please login to write comment.