Color Hex Logo

#deb7af Color Hex

#DEB7AF
(222,183,175)
0 Favorites   0 Comments

Color spaces of #deb7af

RGB 222183175
HSL0.030.420.78
HSV10°21°87°
CMYK 0.000.180.21   0.13
XYZ54.795652.491747.8013
Yxy52.49170.35330.3385
Hunter Lab72.45128.212011.5979
CIE-Lab77.573912.80379.3298

#deb7af color RGB value is (222,183,175).

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

The process color (four color CMYK) of #deb7af color hex is 0.00, 0.18, 0.21, 0.13. Web safe color of #deb7af is #cccc99. Color #deb7af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110111 10101111
Octal 336 267 257
Decimal 222 183 175
Hex DE B7 AF

RGB Percentages of Color #deb7af

%38.28
%31.55
%30.17

CMYK Percentages of Color #deb7af

%0
%18
%21
%13

Triadic Colors of #deb7af

#deb7af #afdeb7 #b7afde

Analogous Colors of #deb7af

#deb7af #decfaf #deafbf

Monochromatic Colors of #deb7af

#deb7af

Complementary Color

#deb7af #afd6de

#deb7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb7af Color CSS Codes

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

#deb7af Text Font Color

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

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


#deb7af Background Color

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

This div background color is #deb7af


#deb7af Border Color

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

This div border color is #deb7af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,183,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 #deb7af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb7af


Comments

No comments written yet.

Please login to write comment.