Color Hex Logo

#deba6a Color Hex

#DEBA6A
(222,186,106)
0 Favorites   0 Comments

Color spaces of #deba6a

RGB 222186106
HSL0.110.640.64
HSV41°52°87°
CMYK 0.000.160.52   0.13
XYZ50.284651.688020.9622
Yxy51.68800.40900.4205
Hunter Lab71.8944-0.968133.0389
CIE-Lab77.09393.124945.0226

#deba6a color RGB value is (222,186,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 01101010
Octal 336 272 152
Decimal 222 186 106
Hex DE BA 6A

RGB Percentages of Color #deba6a

%43.19
%36.19
%20.62

CMYK Percentages of Color #deba6a

%0
%16
%52
%13

Triadic Colors of #deba6a

#deba6a #6adeba #ba6ade

Analogous Colors of #deba6a

#deba6a #c8de6a #de806a

Monochromatic Colors of #deba6a

#deba6a

Complementary Color

#deba6a #6a8ede

#deba6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba6a Color CSS Codes

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

#deba6a Text Font Color

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

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


#deba6a Background Color

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

This div background color is #deba6a


#deba6a Border Color

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

This div border color is #deba6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba6a


Comments

No comments written yet.

Please login to write comment.