Color Hex Logo

#deb50f Color Hex

#DEB50F
(222,181,15)
0 Favorites   0 Comments

Color spaces of #deb50f

RGB 22218115
HSL0.130.870.46
HSV48°93°87°
CMYK 0.000.180.93   0.13
XYZ46.734348.61187.3718
Yxy48.61180.45500.4733
Hunter Lab69.7222-2.366442.5367
CIE-Lab75.20921.498275.7428

#deb50f color RGB value is (222,181,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 00001111
Octal 336 265 17
Decimal 222 181 15
Hex DE B5 F

RGB Percentages of Color #deb50f

%53.11
%43.30
%3.59

CMYK Percentages of Color #deb50f

%0
%18
%93
%13

Triadic Colors of #deb50f

#deb50f #0fdeb5 #b50fde

Analogous Colors of #deb50f

#deb50f #a0de0f #de4d0f

Monochromatic Colors of #deb50f

#deb50f

Complementary Color

#deb50f #0f38de

#deb50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb50f Color CSS Codes

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

#deb50f Text Font Color

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

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


#deb50f Background Color

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

This div background color is #deb50f


#deb50f Border Color

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

This div border color is #deb50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb50f


Comments

No comments written yet.

Please login to write comment.