Color Hex Logo

#deb00e Color Hex

#DEB00E
(222,176,14)
0 Favorites   0 Comments

Color spaces of #deb00e

RGB 22217614
HSL0.130.880.46
HSV47°94°87°
CMYK 0.000.210.94   0.13
XYZ45.728846.61207.0023
Yxy46.61200.46030.4692
Hunter Lab68.27300.080441.7101
CIE-Lab73.94094.114174.9414

#deb00e color RGB value is (222,176,14).

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

The process color (four color CMYK) of #deb00e color hex is 0.00, 0.21, 0.94, 0.13. Web safe color of #deb00e is #cc9900. Color #deb00e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110000 00001110
Octal 336 260 16
Decimal 222 176 14
Hex DE B0 E

RGB Percentages of Color #deb00e

%53.88
%42.72
%3.40

CMYK Percentages of Color #deb00e

%0
%21
%94
%13

Triadic Colors of #deb00e

#deb00e #0edeb0 #b00ede

Analogous Colors of #deb00e

#deb00e #a4de0e #de480e

Monochromatic Colors of #deb00e

#deb00e

Complementary Color

#deb00e #0e3cde

#deb00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb00e Color CSS Codes

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

#deb00e Text Font Color

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

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


#deb00e Background Color

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

This div background color is #deb00e


#deb00e Border Color

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

This div border color is #deb00e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,176,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 #deb00e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb00e


Comments

No comments written yet.

Please login to write comment.