Color Hex Logo

#deba68 Color Hex

#DEBA68
(222,186,104)
0 Favorites   0 Comments

Color spaces of #deba68

RGB 222186104
HSL0.120.640.64
HSV42°53°87°
CMYK 0.000.160.53   0.13
XYZ50.181851.646920.4207
Yxy51.64690.41050.4225
Hunter Lab71.8658-1.123733.4588
CIE-Lab77.06922.955545.9831

#deba68 color RGB value is (222,186,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 01101000
Octal 336 272 150
Decimal 222 186 104
Hex DE BA 68

RGB Percentages of Color #deba68

%43.36
%36.33
%20.31

CMYK Percentages of Color #deba68

%0
%16
%53
%13

Triadic Colors of #deba68

#deba68 #68deba #ba68de

Analogous Colors of #deba68

#deba68 #c7de68 #de7f68

Monochromatic Colors of #deba68

#deba68

Complementary Color

#deba68 #688cde

#deba68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba68 Color CSS Codes

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

#deba68 Text Font Color

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

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


#deba68 Background Color

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

This div background color is #deba68


#deba68 Border Color

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

This div border color is #deba68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba68


Comments

No comments written yet.

Please login to write comment.