Color Hex Logo

#debd09 Color Hex

#DEBD09
(222,189,9)
0 Favorites   0 Comments

Color spaces of #debd09

RGB 2221899
HSL0.140.920.45
HSV51°96°87°
CMYK 0.000.150.96   0.13
XYZ48.371151.94457.7353
Yxy51.94450.44770.4807
Hunter Lab72.0725-6.327644.0874
CIE-Lab77.2476-2.733877.9390

#debd09 color RGB value is (222,189,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111101 00001001
Octal 336 275 11
Decimal 222 189 9
Hex DE BD 9

RGB Percentages of Color #debd09

%52.86
%45.00
%2.14

CMYK Percentages of Color #debd09

%0
%15
%96
%13

Triadic Colors of #debd09

#debd09 #09debd #bd09de

Analogous Colors of #debd09

#debd09 #95de09 #de5309

Monochromatic Colors of #debd09

#debd09

Complementary Color

#debd09 #092ade

#debd09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debd09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debd09 Color CSS Codes

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

#debd09 Text Font Color

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

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


#debd09 Background Color

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

This div background color is #debd09


#debd09 Border Color

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

This div border color is #debd09


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,189,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 #debd09">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debd09


Comments

No comments written yet.

Please login to write comment.