Color Hex Logo

#deba1f Color Hex

#DEBA1F
(222,186,31)
0 Favorites   0 Comments

Color spaces of #deba1f

RGB 22218631
HSL0.140.750.50
HSV49°86°87°
CMYK 0.000.160.86   0.13
XYZ47.930450.74638.5651
Yxy50.74630.44690.4732
Hunter Lab71.2364-4.562642.7368
CIE-Lab76.5251-0.835373.8313

#deba1f color RGB value is (222,186,31).

#deba1f hex color red value is 222, green value is 186 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #deba1f hue: 0.14 , saturation: 0.75 and the lightness value of deba1f is 0.50.

The process color (four color CMYK) of #deba1f color hex is 0.00, 0.16, 0.86, 0.13. Web safe color of #deba1f is #cccc33. Color #deba1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 00011111
Octal 336 272 37
Decimal 222 186 31
Hex DE BA 1F

RGB Percentages of Color #deba1f

%50.57
%42.37
%7.06

CMYK Percentages of Color #deba1f

%0
%16
%86
%13

Triadic Colors of #deba1f

#deba1f #1fdeba #ba1fde

Analogous Colors of #deba1f

#deba1f #a3de1f #de5a1f

Monochromatic Colors of #deba1f

#deba1f

Complementary Color

#deba1f #1f43de

#deba1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba1f Color CSS Codes

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

#deba1f Text Font Color

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

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


#deba1f Background Color

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

This div background color is #deba1f


#deba1f Border Color

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

This div border color is #deba1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba1f


Comments

No comments written yet.

Please login to write comment.