Color Hex Logo

#deb80b Color Hex

#DEB80B
(222,184,11)
0 Favorites   0 Comments

Color spaces of #deb80b

RGB 22218411
HSL0.140.910.46
HSV49°95°87°
CMYK 0.000.170.95   0.13
XYZ47.325149.83477.4414
Yxy49.83470.45240.4764
Hunter Lab70.5937-3.874943.1657
CIE-Lab75.9677-0.115276.7948

#deb80b color RGB value is (222,184,11).

#deb80b hex color red value is 222, green value is 184 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #deb80b hue: 0.14 , saturation: 0.91 and the lightness value of deb80b is 0.46.

The process color (four color CMYK) of #deb80b color hex is 0.00, 0.17, 0.95, 0.13. Web safe color of #deb80b is #cccc00. Color #deb80b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111000 00001011
Octal 336 270 13
Decimal 222 184 11
Hex DE B8 B

RGB Percentages of Color #deb80b

%53.24
%44.12
%2.64

CMYK Percentages of Color #deb80b

%0
%17
%95
%13

Triadic Colors of #deb80b

#deb80b #0bdeb8 #b80bde

Analogous Colors of #deb80b

#deb80b #9bde0b #de4e0b

Monochromatic Colors of #deb80b

#deb80b

Complementary Color

#deb80b #0b31de

#deb80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb80b Color CSS Codes

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

#deb80b Text Font Color

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

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


#deb80b Background Color

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

This div background color is #deb80b


#deb80b Border Color

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

This div border color is #deb80b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb80b


Comments

No comments written yet.

Please login to write comment.