Color Hex Logo

#dec709 Color Hex

#DEC709
(222,199,9)
0 Favorites   0 Comments

Color spaces of #dec709

RGB 2221999
HSL0.150.920.45
HSV54°96°87°
CMYK 0.000.100.96   0.13
XYZ50.596956.39628.4772
Yxy56.39620.43820.4884
Hunter Lab75.0974-11.156045.8754
CIE-Lab79.8388-7.871179.8387

#dec709 color RGB value is (222,199,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000111 00001001
Octal 336 307 11
Decimal 222 199 9
Hex DE C7 9

RGB Percentages of Color #dec709

%51.63
%46.28
%2.09

CMYK Percentages of Color #dec709

%0
%10
%96
%13

Triadic Colors of #dec709

#dec709 #09dec7 #c709de

Analogous Colors of #dec709

#dec709 #8bde09 #de5c09

Monochromatic Colors of #dec709

#dec709

Complementary Color

#dec709 #0920de

#dec709 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec709 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec709 Color CSS Codes

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

#dec709 Text Font Color

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

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


#dec709 Background Color

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

This div background color is #dec709


#dec709 Border Color

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

This div border color is #dec709


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec709


Comments

No comments written yet.

Please login to write comment.