Color Hex Logo

#deb676 Color Hex

#DEB676
(222,182,118)
0 Favorites   0 Comments

Color spaces of #deb676

RGB 222182118
HSL0.100.610.67
HSV37°47°87°
CMYK 0.000.180.47   0.13
XYZ50.122250.293524.2054
Yxy50.29350.40220.4036
Hunter Lab70.91792.051029.4059
CIE-Lab76.24916.330637.8934

#deb676 color RGB value is (222,182,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 01110110
Octal 336 266 166
Decimal 222 182 118
Hex DE B6 76

RGB Percentages of Color #deb676

%42.53
%34.87
%22.61

CMYK Percentages of Color #deb676

%0
%18
%47
%13

Triadic Colors of #deb676

#deb676 #76deb6 #b676de

Analogous Colors of #deb676

#deb676 #d2de76 #de8276

Monochromatic Colors of #deb676

#deb676

Complementary Color

#deb676 #769ede

#deb676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb676 Color CSS Codes

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

#deb676 Text Font Color

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

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


#deb676 Background Color

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

This div background color is #deb676


#deb676 Border Color

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

This div border color is #deb676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb676


Comments

No comments written yet.

Please login to write comment.