Color Hex Logo

#deb60e Color Hex

#DEB60E
(222,182,14)
0 Favorites   0 Comments

Color spaces of #deb60e

RGB 22218214
HSL0.130.880.46
HSV48°94°87°
CMYK 0.000.180.94   0.13
XYZ46.931449.01727.4032
Yxy49.01720.45410.4743
Hunter Lab70.0123-2.867442.7392
CIE-Lab75.46200.962476.0632

#deb60e color RGB value is (222,182,14).

#deb60e hex color red value is 222, green value is 182 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #deb60e hue: 0.13 , saturation: 0.88 and the lightness value of deb60e is 0.46.

The process color (four color CMYK) of #deb60e color hex is 0.00, 0.18, 0.94, 0.13. Web safe color of #deb60e is #cccc00. Color #deb60e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 00001110
Octal 336 266 16
Decimal 222 182 14
Hex DE B6 E

RGB Percentages of Color #deb60e

%53.11
%43.54
%3.35

CMYK Percentages of Color #deb60e

%0
%18
%94
%13

Triadic Colors of #deb60e

#deb60e #0edeb6 #b60ede

Analogous Colors of #deb60e

#deb60e #9ede0e #de4e0e

Monochromatic Colors of #deb60e

#deb60e

Complementary Color

#deb60e #0e36de

#deb60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb60e Color CSS Codes

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

#deb60e Text Font Color

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

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


#deb60e Background Color

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

This div background color is #deb60e


#deb60e Border Color

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

This div border color is #deb60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb60e


Comments

No comments written yet.

Please login to write comment.