Color Hex Logo

#deb5af Color Hex

#DEB5AF
(222,181,175)
0 Favorites   0 Comments

Color spaces of #deb5af

RGB 222181175
HSL0.020.420.78
HSV21°87°
CMYK 0.000.180.21   0.13
XYZ54.385951.672547.6648
Yxy51.67250.35380.3361
Hunter Lab71.88369.253811.0043
CIE-Lab77.084613.87328.6310

#deb5af color RGB value is (222,181,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 10101111
Octal 336 265 257
Decimal 222 181 175
Hex DE B5 AF

RGB Percentages of Color #deb5af

%38.41
%31.31
%30.28

CMYK Percentages of Color #deb5af

%0
%18
%21
%13

Triadic Colors of #deb5af

#deb5af #afdeb5 #b5afde

Analogous Colors of #deb5af

#deb5af #decdaf #deafc1

Monochromatic Colors of #deb5af

#deb5af

Complementary Color

#deb5af #afd8de

#deb5af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb5af Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb5af Color CSS Codes

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

#deb5af Text Font Color

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

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


#deb5af Background Color

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

This div background color is #deb5af


#deb5af Border Color

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

This div border color is #deb5af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb5af


Comments

No comments written yet.

Please login to write comment.