Color Hex Logo

#debe09 Color Hex

#DEBE09
(222,190,9)
0 Favorites   0 Comments

Color spaces of #debe09

RGB 2221909
HSL0.140.920.45
HSV51°96°87°
CMYK 0.000.140.96   0.13
XYZ48.587052.37627.8073
Yxy52.37620.44670.4815
Hunter Lab72.3714-6.812844.2639
CIE-Lab77.5052-3.251178.1269

#debe09 color RGB value is (222,190,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111110 00001001
Octal 336 276 11
Decimal 222 190 9
Hex DE BE 9

RGB Percentages of Color #debe09

%52.73
%45.13
%2.14

CMYK Percentages of Color #debe09

%0
%14
%96
%13

Triadic Colors of #debe09

#debe09 #09debe #be09de

Analogous Colors of #debe09

#debe09 #94de09 #de5309

Monochromatic Colors of #debe09

#debe09

Complementary Color

#debe09 #0929de

#debe09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debe09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debe09 Color CSS Codes

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

#debe09 Text Font Color

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

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


#debe09 Background Color

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

This div background color is #debe09


#debe09 Border Color

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

This div border color is #debe09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debe09


Comments

No comments written yet.

Please login to write comment.