Color Hex Logo

#deba60 Color Hex

#DEBA60
(222,186,96)
0 Favorites   0 Comments

Color spaces of #deba60

RGB 22218696
HSL0.120.660.62
HSV43°57°87°
CMYK 0.000.160.57   0.13
XYZ49.794451.491918.3808
Yxy51.49190.41610.4303
Hunter Lab71.7579-1.711135.0433
CIE-Lab76.97602.314649.7689

#deba60 color RGB value is (222,186,96).

#deba60 hex color red value is 222, green value is 186 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #deba60 hue: 0.12 , saturation: 0.66 and the lightness value of deba60 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 01100000
Octal 336 272 140
Decimal 222 186 96
Hex DE BA 60

RGB Percentages of Color #deba60

%44.05
%36.90
%19.05

CMYK Percentages of Color #deba60

%0
%16
%57
%13

Triadic Colors of #deba60

#deba60 #60deba #ba60de

Analogous Colors of #deba60

#deba60 #c3de60 #de7b60

Monochromatic Colors of #deba60

#deba60

Complementary Color

#deba60 #6084de

#deba60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba60 Color CSS Codes

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

#deba60 Text Font Color

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

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


#deba60 Background Color

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

This div background color is #deba60


#deba60 Border Color

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

This div border color is #deba60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba60


Comments

No comments written yet.

Please login to write comment.