Color Hex Logo

#deb50a Color Hex

#DEB50A
(222,181,10)
0 Favorites   0 Comments

Color spaces of #deb50a

RGB 22218110
HSL0.130.910.45
HSV48°95°87°
CMYK 0.000.180.95   0.13
XYZ46.702948.59937.2062
Yxy48.59930.45560.4741
Hunter Lab69.7132-2.415842.6705
CIE-Lab75.20141.443576.3443

#deb50a color RGB value is (222,181,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 00001010
Octal 336 265 12
Decimal 222 181 10
Hex DE B5 A

RGB Percentages of Color #deb50a

%53.75
%43.83
%2.42

CMYK Percentages of Color #deb50a

%0
%18
%95
%13

Triadic Colors of #deb50a

#deb50a #0adeb5 #b50ade

Analogous Colors of #deb50a

#deb50a #9dde0a #de4b0a

Monochromatic Colors of #deb50a

#deb50a

Complementary Color

#deb50a #0a33de

#deb50a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb50a Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb50a Color CSS Codes

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

#deb50a Text Font Color

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

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


#deb50a Background Color

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

This div background color is #deb50a


#deb50a Border Color

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

This div border color is #deb50a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb50a


Comments

No comments written yet.

Please login to write comment.