Color Hex Logo

#deb50b Color Hex

#DEB50B
(222,181,11)
0 Favorites   0 Comments

Color spaces of #deb50b

RGB 22218111
HSL0.130.910.46
HSV48°95°87°
CMYK 0.000.180.95   0.13
XYZ46.708548.60157.2358
Yxy48.60150.45550.4739
Hunter Lab69.7148-2.406942.6465
CIE-Lab75.20271.453376.2361

#deb50b color RGB value is (222,181,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 00001011
Octal 336 265 13
Decimal 222 181 11
Hex DE B5 B

RGB Percentages of Color #deb50b

%53.62
%43.72
%2.66

CMYK Percentages of Color #deb50b

%0
%18
%95
%13

Triadic Colors of #deb50b

#deb50b #0bdeb5 #b50bde

Analogous Colors of #deb50b

#deb50b #9ede0b #de4c0b

Monochromatic Colors of #deb50b

#deb50b

Complementary Color

#deb50b #0b34de

#deb50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb50b Color CSS Codes

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

#deb50b Text Font Color

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

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


#deb50b Background Color

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

This div background color is #deb50b


#deb50b Border Color

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

This div border color is #deb50b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb50b


Comments

No comments written yet.

Please login to write comment.