Color Hex Logo

#deb4af Color Hex

#DEB4AF
(222,180,175)
0 Favorites   0 Comments

Color spaces of #deb4af

RGB 222180175
HSL0.020.420.78
HSV21°87°
CMYK 0.000.190.21   0.13
XYZ54.183351.267347.5972
Yxy51.26730.35400.3350
Hunter Lab71.60129.775610.7075
CIE-Lab76.840614.40868.2822

#deb4af color RGB value is (222,180,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110100 10101111
Octal 336 264 257
Decimal 222 180 175
Hex DE B4 AF

RGB Percentages of Color #deb4af

%38.47
%31.20
%30.33

CMYK Percentages of Color #deb4af

%0
%19
%21
%13

Triadic Colors of #deb4af

#deb4af #afdeb4 #b4afde

Analogous Colors of #deb4af

#deb4af #deccaf #deafc2

Monochromatic Colors of #deb4af

#deb4af

Complementary Color

#deb4af #afd9de

#deb4af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb4af Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb4af Color CSS Codes

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

#deb4af Text Font Color

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

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


#deb4af Background Color

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

This div background color is #deb4af


#deb4af Border Color

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

This div border color is #deb4af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb4af


Comments

No comments written yet.

Please login to write comment.