Color Hex Logo

#deba37 Color Hex

#DEBA37
(222,186,55)
0 Favorites   0 Comments

Color spaces of #deba37

RGB 22218655
HSL0.130.720.54
HSV47°75°87°
CMYK 0.000.160.75   0.13
XYZ48.372750.923210.8941
Yxy50.92320.43900.4621
Hunter Lab71.3605-3.882240.9010
CIE-Lab76.6325-0.077866.8629

#deba37 color RGB value is (222,186,55).

#deba37 hex color red value is 222, green value is 186 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #deba37 hue: 0.13 , saturation: 0.72 and the lightness value of deba37 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 00110111
Octal 336 272 67
Decimal 222 186 55
Hex DE BA 37

RGB Percentages of Color #deba37

%47.95
%40.17
%11.88

CMYK Percentages of Color #deba37

%0
%16
%75
%13

Triadic Colors of #deba37

#deba37 #37deba #ba37de

Analogous Colors of #deba37

#deba37 #afde37 #de6737

Monochromatic Colors of #deba37

#deba37

Complementary Color

#deba37 #375bde

#deba37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba37 Color CSS Codes

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

#deba37 Text Font Color

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

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


#deba37 Background Color

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

This div background color is #deba37


#deba37 Border Color

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

This div border color is #deba37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba37


Comments

No comments written yet.

Please login to write comment.