Color Hex Logo

#deb977 Color Hex

#DEB977
(222,185,119)
0 Favorites   0 Comments

Color spaces of #deb977

RGB 222185119
HSL0.110.610.67
HSV38°46°87°
CMYK 0.000.170.46   0.13
XYZ50.802951.559424.7271
Yxy51.55940.39970.4057
Hunter Lab71.80490.632629.8460
CIE-Lab77.01664.842638.3526

#deb977 color RGB value is (222,185,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 01110111
Octal 336 271 167
Decimal 222 185 119
Hex DE B9 77

RGB Percentages of Color #deb977

%42.21
%35.17
%22.62

CMYK Percentages of Color #deb977

%0
%17
%46
%13

Triadic Colors of #deb977

#deb977 #77deb9 #b977de

Analogous Colors of #deb977

#deb977 #d0de77 #de8677

Monochromatic Colors of #deb977

#deb977

Complementary Color

#deb977 #779cde

#deb977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb977 Color CSS Codes

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

#deb977 Text Font Color

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

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


#deb977 Background Color

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

This div background color is #deb977


#deb977 Border Color

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

This div border color is #deb977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb977


Comments

No comments written yet.

Please login to write comment.