Color Hex Logo

#deb2af Color Hex

#DEB2AF
(222,178,175)
0 Favorites   0 Comments

Color spaces of #deb2af

RGB 222178175
HSL0.010.420.78
HSV21°87°
CMYK 0.000.200.21   0.13
XYZ53.782550.465547.4636
Yxy50.46550.35450.3326
Hunter Lab71.039110.821010.1137
CIE-Lab76.354115.48107.5855

#deb2af color RGB value is (222,178,175).

#deb2af hex color red value is 222, green value is 178 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #deb2af hue: 0.01 , saturation: 0.42 and the lightness value of deb2af is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110010 10101111
Octal 336 262 257
Decimal 222 178 175
Hex DE B2 AF

RGB Percentages of Color #deb2af

%38.61
%30.96
%30.43

CMYK Percentages of Color #deb2af

%0
%20
%21
%13

Triadic Colors of #deb2af

#deb2af #afdeb2 #b2afde

Analogous Colors of #deb2af

#deb2af #decaaf #deafc4

Monochromatic Colors of #deb2af

#deb2af

Complementary Color

#deb2af #afdbde

#deb2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb2af Color CSS Codes

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

#deb2af Text Font Color

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

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


#deb2af Background Color

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

This div background color is #deb2af


#deb2af Border Color

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

This div border color is #deb2af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb2af

#deb2af Color Palettes


Comments

No comments written yet.

Please login to write comment.