Color Hex Logo

#dec40a Color Hex

#DEC40A
(222,196,10)
0 Favorites   0 Comments

Color spaces of #dec40a

RGB 22219610
HSL0.150.910.45
HSV53°95°87°
CMYK 0.000.120.95   0.13
XYZ49.918955.03148.2783
Yxy55.03140.44090.4860
Hunter Lab74.1832-9.705345.3119
CIE-Lab79.0594-6.329679.1681

#dec40a color RGB value is (222,196,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000100 00001010
Octal 336 304 12
Decimal 222 196 10
Hex DE C4 A

RGB Percentages of Color #dec40a

%51.87
%45.79
%2.34

CMYK Percentages of Color #dec40a

%0
%12
%95
%13

Triadic Colors of #dec40a

#dec40a #0adec4 #c40ade

Analogous Colors of #dec40a

#dec40a #8ede0a #de5a0a

Monochromatic Colors of #dec40a

#dec40a

Complementary Color

#dec40a #0a24de

#dec40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec40a Color CSS Codes

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

#dec40a Text Font Color

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

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


#dec40a Background Color

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

This div background color is #dec40a


#dec40a Border Color

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

This div border color is #dec40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec40a


Comments

No comments written yet.

Please login to write comment.