Color Hex Logo

#debb31 Color Hex

#DEBB31
(222,187,49)
0 Favorites   0 Comments

Color spaces of #debb31

RGB 22218749
HSL0.130.720.53
HSV48°78°87°
CMYK 0.000.160.78   0.13
XYZ48.448951.292010.2525
Yxy51.29200.44050.4663
Hunter Lab71.6184-4.579441.6453
CIE-Lab76.8556-0.829869.1073

#debb31 color RGB value is (222,187,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111011 00110001
Octal 336 273 61
Decimal 222 187 49
Hex DE BB 31

RGB Percentages of Color #debb31

%48.47
%40.83
%10.70

CMYK Percentages of Color #debb31

%0
%16
%78
%13

Triadic Colors of #debb31

#debb31 #31debb #bb31de

Analogous Colors of #debb31

#debb31 #abde31 #de6531

Monochromatic Colors of #debb31

#debb31

Complementary Color

#debb31 #3154de

#debb31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debb31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debb31 Color CSS Codes

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

#debb31 Text Font Color

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

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


#debb31 Background Color

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

This div background color is #debb31


#debb31 Border Color

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

This div border color is #debb31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debb31


Comments

No comments written yet.

Please login to write comment.