Color Hex Logo

#deb175 Color Hex

#DEB175
(222,177,117)
1 Favorites   0 Comments

Color spaces of #deb175

RGB 222177117
HSL0.100.610.66
HSV34°47°87°
CMYK 0.000.200.47   0.13
XYZ49.057248.258223.5588
Yxy48.25820.40590.3992
Hunter Lab69.46814.484428.5206
CIE-Lab74.98758.886836.8069

#deb175 color RGB value is (222,177,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110001 01110101
Octal 336 261 165
Decimal 222 177 117
Hex DE B1 75

RGB Percentages of Color #deb175

%43.02
%34.30
%22.67

CMYK Percentages of Color #deb175

%0
%20
%47
%13

Triadic Colors of #deb175

#deb175 #75deb1 #b175de

Analogous Colors of #deb175

#deb175 #d7de75 #de7d75

Monochromatic Colors of #deb175

#deb175

Complementary Color

#deb175 #75a2de

#deb175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb175 Color CSS Codes

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

#deb175 Text Font Color

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

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


#deb175 Background Color

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

This div background color is #deb175


#deb175 Border Color

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

This div border color is #deb175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb175


Comments

No comments written yet.

Please login to write comment.