Color Hex Logo

#debca6 Color Hex

#DEBCA6
(222,188,166)
0 Favorites   0 Comments

Color spaces of #debca6

RGB 222188166
HSL0.070.460.76
HSV24°25°87°
CMYK 0.000.150.25   0.13
XYZ54.990454.249243.6492
Yxy54.24920.35970.3548
Hunter Lab73.65414.374216.4211
CIE-Lab78.60688.844215.6458

#debca6 color RGB value is (222,188,166).

#debca6 hex color red value is 222, green value is 188 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #debca6 hue: 0.07 , saturation: 0.46 and the lightness value of debca6 is 0.76.

The process color (four color CMYK) of #debca6 color hex is 0.00, 0.15, 0.25, 0.13. Web safe color of #debca6 is #cccc99. Color #debca6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111100 10100110
Octal 336 274 246
Decimal 222 188 166
Hex DE BC A6

RGB Percentages of Color #debca6

%38.54
%32.64
%28.82

CMYK Percentages of Color #debca6

%0
%15
%25
%13

Triadic Colors of #debca6

#debca6 #a6debc #bca6de

Analogous Colors of #debca6

#debca6 #ded8a6 #dea6ac

Monochromatic Colors of #debca6

#debca6

Complementary Color

#debca6 #a6c8de

#debca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debca6 Color CSS Codes

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

#debca6 Text Font Color

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

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


#debca6 Background Color

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

This div background color is #debca6


#debca6 Border Color

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

This div border color is #debca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debca6


Comments

No comments written yet.

Please login to write comment.