Color Hex Logo

#dece09 Color Hex

#DECE09
(222,206,9)
0 Favorites   0 Comments

Color spaces of #dece09

RGB 2222069
HSL0.150.920.45
HSV55°96°87°
CMYK 0.000.070.96   0.13
XYZ52.244859.69199.0265
Yxy59.69190.43190.4935
Hunter Lab77.2605-14.501447.1554
CIE-Lab81.6704-11.413781.1906

#dece09 color RGB value is (222,206,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001110 00001001
Octal 336 316 11
Decimal 222 206 9
Hex DE CE 9

RGB Percentages of Color #dece09

%50.80
%47.14
%2.06

CMYK Percentages of Color #dece09

%0
%7
%96
%13

Triadic Colors of #dece09

#dece09 #09dece #ce09de

Analogous Colors of #dece09

#dece09 #84de09 #de6309

Monochromatic Colors of #dece09

#dece09

Complementary Color

#dece09 #0919de

#dece09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dece09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dece09 Color CSS Codes

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

#dece09 Text Font Color

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

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


#dece09 Background Color

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

This div background color is #dece09


#dece09 Border Color

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

This div border color is #dece09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dece09


Comments

No comments written yet.

Please login to write comment.