Color Hex Logo

#debf76 Color Hex

#DEBF76
(222,191,118)
0 Favorites   0 Comments

Color spaces of #debf76

RGB 222191118
HSL0.120.610.67
HSV42°47°87°
CMYK 0.000.140.47   0.13
XYZ52.025054.099224.8397
Yxy54.09920.39720.4131
Hunter Lab73.5522-2.459431.4634
CIE-Lab78.51951.592540.7589

#debf76 color RGB value is (222,191,118).

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

The process color (four color CMYK) of #debf76 color hex is 0.00, 0.14, 0.47, 0.13. Web safe color of #debf76 is #cccc66. Color #debf76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111111 01110110
Octal 336 277 166
Decimal 222 191 118
Hex DE BF 76

RGB Percentages of Color #debf76

%41.81
%35.97
%22.22

CMYK Percentages of Color #debf76

%0
%14
%47
%13

Triadic Colors of #debf76

#debf76 #76debf #bf76de

Analogous Colors of #debf76

#debf76 #c9de76 #de8b76

Monochromatic Colors of #debf76

#debf76

Complementary Color

#debf76 #7695de

#debf76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debf76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debf76 Color CSS Codes

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

#debf76 Text Font Color

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

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


#debf76 Background Color

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

This div background color is #debf76


#debf76 Border Color

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

This div border color is #debf76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debf76


Comments

No comments written yet.

Please login to write comment.