Color Hex Logo

#dec80c Color Hex

#DEC80C
(222,200,12)
0 Favorites   0 Comments

Color spaces of #dec80c

RGB 22220012
HSL0.150.900.46
HSV54°95°87°
CMYK 0.000.100.95   0.13
XYZ50.844856.86478.6440
Yxy56.86470.43700.4887
Hunter Lab75.4087-11.610445.9897
CIE-Lab80.1034-8.351179.7385

#dec80c color RGB value is (222,200,12).

#dec80c hex color red value is 222, green value is 200 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dec80c hue: 0.15 , saturation: 0.90 and the lightness value of dec80c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001000 00001100
Octal 336 310 14
Decimal 222 200 12
Hex DE C8 C

RGB Percentages of Color #dec80c

%51.15
%46.08
%2.76

CMYK Percentages of Color #dec80c

%0
%10
%95
%13

Triadic Colors of #dec80c

#dec80c #0cdec8 #c80cde

Analogous Colors of #dec80c

#dec80c #8bde0c #de5f0c

Monochromatic Colors of #dec80c

#dec80c

Complementary Color

#dec80c #0c22de

#dec80c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec80c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec80c Color CSS Codes

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

#dec80c Text Font Color

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

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


#dec80c Background Color

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

This div background color is #dec80c


#dec80c Border Color

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

This div border color is #dec80c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,200,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dec80c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec80c


Comments

No comments written yet.

Please login to write comment.