Color Hex Logo

#debfab Color Hex

#DEBFAB
(222,191,171)
0 Favorites   0 Comments

Color spaces of #debfab

RGB 222191171
HSL0.070.440.77
HSV24°23°87°
CMYK 0.000.140.23   0.13
XYZ56.105755.731546.3282
Yxy55.73150.35470.3524
Hunter Lab74.65353.507615.4635
CIE-Lab79.46087.961214.1608

#debfab color RGB value is (222,191,171).

#debfab hex color red value is 222, green value is 191 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #debfab hue: 0.07 , saturation: 0.44 and the lightness value of debfab is 0.77.

The process color (four color CMYK) of #debfab color hex is 0.00, 0.14, 0.23, 0.13. Web safe color of #debfab is #cccc99. Color #debfab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111111 10101011
Octal 336 277 253
Decimal 222 191 171
Hex DE BF AB

RGB Percentages of Color #debfab

%38.01
%32.71
%29.28

CMYK Percentages of Color #debfab

%0
%14
%23
%13

Triadic Colors of #debfab

#debfab #abdebf #bfabde

Analogous Colors of #debfab

#debfab #ded9ab #deabb1

Monochromatic Colors of #debfab

#debfab

Complementary Color

#debfab #abcade

#debfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#debfab Color CSS Codes

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

#debfab Text Font Color

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

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


#debfab Background Color

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

This div background color is #debfab


#debfab Border Color

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

This div border color is #debfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debfab


Comments

No comments written yet.

Please login to write comment.