Color Hex Logo

#deb68d Color Hex

#DEB68D
(222,182,141)
0 Favorites   0 Comments

Color spaces of #deb68d

RGB 222182141
HSL0.080.550.71
HSV30°36°87°
CMYK 0.000.180.36   0.13
XYZ51.659950.908632.3029
Yxy50.90860.38300.3775
Hunter Lab71.35034.376823.1024
CIE-Lab76.62368.805626.3057

#deb68d color RGB value is (222,182,141).

#deb68d hex color red value is 222, green value is 182 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #deb68d hue: 0.08 , saturation: 0.55 and the lightness value of deb68d is 0.71.

The process color (four color CMYK) of #deb68d color hex is 0.00, 0.18, 0.36, 0.13. Web safe color of #deb68d is #cccc99. Color #deb68d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 10001101
Octal 336 266 215
Decimal 222 182 141
Hex DE B6 8D

RGB Percentages of Color #deb68d

%40.73
%33.39
%25.87

CMYK Percentages of Color #deb68d

%0
%18
%36
%13

Triadic Colors of #deb68d

#deb68d #8ddeb6 #b68dde

Analogous Colors of #deb68d

#deb68d #dede8d #de8e8d

Monochromatic Colors of #deb68d

#deb68d

Complementary Color

#deb68d #8db5de

#deb68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb68d Color CSS Codes

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

#deb68d Text Font Color

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

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


#deb68d Background Color

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

This div background color is #deb68d


#deb68d Border Color

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

This div border color is #deb68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb68d


Comments

No comments written yet.

Please login to write comment.