Color Hex Logo

#deba42 Color Hex

#DEBA42
(222,186,66)
0 Favorites   0 Comments

Color spaces of #deba42

RGB 22218666
HSL0.130.700.56
HSV46°70°87°
CMYK 0.000.160.70   0.13
XYZ48.666551.040812.4411
Yxy51.04080.43390.4551
Hunter Lab71.4428-3.431739.6852
CIE-Lab76.70370.421762.7838

#deba42 color RGB value is (222,186,66).

#deba42 hex color red value is 222, green value is 186 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #deba42 hue: 0.13 , saturation: 0.70 and the lightness value of deba42 is 0.56.

The process color (four color CMYK) of #deba42 color hex is 0.00, 0.16, 0.70, 0.13. Web safe color of #deba42 is #cccc33. Color #deba42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 01000010
Octal 336 272 102
Decimal 222 186 66
Hex DE BA 42

RGB Percentages of Color #deba42

%46.84
%39.24
%13.92

CMYK Percentages of Color #deba42

%0
%16
%70
%13

Triadic Colors of #deba42

#deba42 #42deba #ba42de

Analogous Colors of #deba42

#deba42 #b4de42 #de6c42

Monochromatic Colors of #deba42

#deba42

Complementary Color

#deba42 #4266de

#deba42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba42 Color CSS Codes

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

#deba42 Text Font Color

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

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


#deba42 Background Color

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

This div background color is #deba42


#deba42 Border Color

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

This div border color is #deba42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba42

#deba42 Color Palettes


Comments

No comments written yet.

Please login to write comment.