Color Hex Logo

#deb68f Color Hex

#DEB68F
(222,182,143)
0 Favorites   0 Comments

Color spaces of #deb68f

RGB 222182143
HSL0.080.540.72
HSV30°36°87°
CMYK 0.000.180.36   0.13
XYZ51.810150.968733.0939
Yxy50.96870.38130.3751
Hunter Lab71.39244.602522.4908
CIE-Lab76.66009.043625.2885

#deb68f color RGB value is (222,182,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 10001111
Octal 336 266 217
Decimal 222 182 143
Hex DE B6 8F

RGB Percentages of Color #deb68f

%40.59
%33.27
%26.14

CMYK Percentages of Color #deb68f

%0
%18
%36
%13

Triadic Colors of #deb68f

#deb68f #8fdeb6 #b68fde

Analogous Colors of #deb68f

#deb68f #dede8f #de8f90

Monochromatic Colors of #deb68f

#deb68f

Complementary Color

#deb68f #8fb7de

#deb68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb68f Color CSS Codes

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

#deb68f Text Font Color

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

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


#deb68f Background Color

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

This div background color is #deb68f


#deb68f Border Color

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

This div border color is #deb68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb68f


Comments

No comments written yet.

Please login to write comment.