Color Hex Logo

#debc77 Color Hex

#DEBC77
(222,188,119)
0 Favorites   0 Comments

Color spaces of #debc77

RGB 222188119
HSL0.110.610.67
HSV40°46°87°
CMYK 0.000.150.46   0.13
XYZ51.437252.827924.9385
Yxy52.82790.39810.4089
Hunter Lab72.6828-0.871530.5347
CIE-Lab77.77333.262939.3104

#debc77 color RGB value is (222,188,119).

#debc77 hex color red value is 222, green value is 188 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #debc77 hue: 0.11 , saturation: 0.61 and the lightness value of debc77 is 0.67.

The process color (four color CMYK) of #debc77 color hex is 0.00, 0.15, 0.46, 0.13. Web safe color of #debc77 is #cccc66. Color #debc77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111100 01110111
Octal 336 274 167
Decimal 222 188 119
Hex DE BC 77

RGB Percentages of Color #debc77

%41.97
%35.54
%22.50

CMYK Percentages of Color #debc77

%0
%15
%46
%13

Triadic Colors of #debc77

#debc77 #77debc #bc77de

Analogous Colors of #debc77

#debc77 #cdde77 #de8977

Monochromatic Colors of #debc77

#debc77

Complementary Color

#debc77 #7799de

#debc77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debc77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debc77 Color CSS Codes

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

#debc77 Text Font Color

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

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


#debc77 Background Color

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

This div background color is #debc77


#debc77 Border Color

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

This div border color is #debc77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debc77


Comments

No comments written yet.

Please login to write comment.