Color Hex Logo

#deba6c Color Hex

#DEBA6C
(222,186,108)
0 Favorites   0 Comments

Color spaces of #deba6c

RGB 222186108
HSL0.110.630.65
HSV41°51°87°
CMYK 0.000.160.51   0.13
XYZ50.389951.730121.5164
Yxy51.73010.40760.4184
Hunter Lab71.9236-0.808832.6096
CIE-Lab77.11923.298044.0573

#deba6c color RGB value is (222,186,108).

#deba6c hex color red value is 222, green value is 186 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #deba6c hue: 0.11 , saturation: 0.63 and the lightness value of deba6c is 0.65.

The process color (four color CMYK) of #deba6c color hex is 0.00, 0.16, 0.51, 0.13. Web safe color of #deba6c is #cccc66. Color #deba6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 01101100
Octal 336 272 154
Decimal 222 186 108
Hex DE BA 6C

RGB Percentages of Color #deba6c

%43.02
%36.05
%20.93

CMYK Percentages of Color #deba6c

%0
%16
%51
%13

Triadic Colors of #deba6c

#deba6c #6cdeba #ba6cde

Analogous Colors of #deba6c

#deba6c #c9de6c #de816c

Monochromatic Colors of #deba6c

#deba6c

Complementary Color

#deba6c #6c90de

#deba6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba6c Color CSS Codes

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

#deba6c Text Font Color

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

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


#deba6c Background Color

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

This div background color is #deba6c


#deba6c Border Color

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

This div border color is #deba6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba6c


Comments

No comments written yet.

Please login to write comment.