Color Hex Logo

#debb2f Color Hex

#DEBB2F
(222,187,47)
0 Favorites   0 Comments

Color spaces of #debb2f

RGB 22218747
HSL0.130.730.53
HSV48°79°87°
CMYK 0.000.160.79   0.13
XYZ48.407651.275510.0351
Yxy51.27550.44120.4673
Hunter Lab71.6069-4.642841.8158
CIE-Lab76.8456-0.900469.7378

#debb2f color RGB value is (222,187,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111011 00101111
Octal 336 273 57
Decimal 222 187 47
Hex DE BB 2F

RGB Percentages of Color #debb2f

%48.68
%41.01
%10.31

CMYK Percentages of Color #debb2f

%0
%16
%79
%13

Triadic Colors of #debb2f

#debb2f #2fdebb #bb2fde

Analogous Colors of #debb2f

#debb2f #aade2f #de642f

Monochromatic Colors of #debb2f

#debb2f

Complementary Color

#debb2f #2f52de

#debb2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debb2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#debb2f Color CSS Codes

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

#debb2f Text Font Color

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

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


#debb2f Background Color

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

This div background color is #debb2f


#debb2f Border Color

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

This div border color is #debb2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debb2f


Comments

No comments written yet.

Please login to write comment.