Color Hex Logo

#dec009 Color Hex

#DEC009
(222,192,9)
0 Favorites   0 Comments

Color spaces of #dec009

RGB 2221929
HSL0.140.920.45
HSV52°96°87°
CMYK 0.000.140.96   0.13
XYZ49.023153.24867.9527
Yxy53.24860.44480.4831
Hunter Lab72.9716-7.782244.6185
CIE-Lab78.0215-4.284078.5045

#dec009 color RGB value is (222,192,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000000 00001001
Octal 336 300 11
Decimal 222 192 9
Hex DE C0 9

RGB Percentages of Color #dec009

%52.48
%45.39
%2.13

CMYK Percentages of Color #dec009

%0
%14
%96
%13

Triadic Colors of #dec009

#dec009 #09dec0 #c009de

Analogous Colors of #dec009

#dec009 #92de09 #de5609

Monochromatic Colors of #dec009

#dec009

Complementary Color

#dec009 #0927de

#dec009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec009 Color CSS Codes

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

#dec009 Text Font Color

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

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


#dec009 Background Color

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

This div background color is #dec009


#dec009 Border Color

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

This div border color is #dec009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec009


Comments

No comments written yet.

Please login to write comment.