Color Hex Logo

#debcb1 Color Hex

#DEBCB1
(222,188,177)
0 Favorites   0 Comments

Color spaces of #debcb1

RGB 222188177
HSL0.040.410.78
HSV15°20°87°
CMYK 0.000.150.20   0.13
XYZ56.043254.670449.1936
Yxy54.67040.35050.3419
Hunter Lab73.93945.902012.3106
CIE-Lab78.851010.433610.0700

#debcb1 color RGB value is (222,188,177).

#debcb1 hex color red value is 222, green value is 188 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #debcb1 hue: 0.04 , saturation: 0.41 and the lightness value of debcb1 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111100 10110001
Octal 336 274 261
Decimal 222 188 177
Hex DE BC B1

RGB Percentages of Color #debcb1

%37.82
%32.03
%30.15

CMYK Percentages of Color #debcb1

%0
%15
%20
%13

Triadic Colors of #debcb1

#debcb1 #b1debc #bcb1de

Analogous Colors of #debcb1

#debcb1 #ded3b1 #deb1bd

Monochromatic Colors of #debcb1

#debcb1

Complementary Color

#debcb1 #b1d3de

#debcb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debcb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debcb1 Color CSS Codes

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

#debcb1 Text Font Color

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

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


#debcb1 Background Color

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

This div background color is #debcb1


#debcb1 Border Color

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

This div border color is #debcb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debcb1


Comments

No comments written yet.

Please login to write comment.