Color Hex Logo

#dec509 Color Hex

#DEC509
(222,197,9)
0 Favorites   0 Comments

Color spaces of #dec509

RGB 2221979
HSL0.150.920.45
HSV53°96°87°
CMYK 0.000.110.96   0.13
XYZ50.139855.48188.3249
Yxy55.48180.44000.4869
Hunter Lab74.4861-10.194745.5138
CIE-Lab79.3180-6.850279.4553

#dec509 color RGB value is (222,197,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 00001001
Octal 336 305 11
Decimal 222 197 9
Hex DE C5 9

RGB Percentages of Color #dec509

%51.87
%46.03
%2.10

CMYK Percentages of Color #dec509

%0
%11
%96
%13

Triadic Colors of #dec509

#dec509 #09dec5 #c509de

Analogous Colors of #dec509

#dec509 #8dde09 #de5b09

Monochromatic Colors of #dec509

#dec509

Complementary Color

#dec509 #0922de

#dec509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec509 Color CSS Codes

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

#dec509 Text Font Color

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

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


#dec509 Background Color

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

This div background color is #dec509


#dec509 Border Color

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

This div border color is #dec509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec509


Comments

No comments written yet.

Please login to write comment.