Color Hex Logo

#debb09 Color Hex

#DEBB09
(222,187,9)
0 Favorites   0 Comments

Color spaces of #debb09

RGB 2221879
HSL0.140.920.45
HSV50°96°87°
CMYK 0.000.160.96   0.13
XYZ47.943851.09007.5929
Yxy51.09000.44960.4791
Hunter Lab71.4773-5.355343.7358
CIE-Lab76.7335-1.696677.5640

#debb09 color RGB value is (222,187,9).

#debb09 hex color red value is 222, green value is 187 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #debb09 hue: 0.14 , saturation: 0.92 and the lightness value of debb09 is 0.45.

The process color (four color CMYK) of #debb09 color hex is 0.00, 0.16, 0.96, 0.13. Web safe color of #debb09 is #cccc00. Color #debb09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111011 00001001
Octal 336 273 11
Decimal 222 187 9
Hex DE BB 9

RGB Percentages of Color #debb09

%53.11
%44.74
%2.15

CMYK Percentages of Color #debb09

%0
%16
%96
%13

Triadic Colors of #debb09

#debb09 #09debb #bb09de

Analogous Colors of #debb09

#debb09 #97de09 #de5009

Monochromatic Colors of #debb09

#debb09

Complementary Color

#debb09 #092cde

#debb09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debb09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debb09 Color CSS Codes

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

#debb09 Text Font Color

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

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


#debb09 Background Color

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

This div background color is #debb09


#debb09 Border Color

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

This div border color is #debb09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debb09


Comments

No comments written yet.

Please login to write comment.