Color Hex Logo

#dec500 Color Hex

#DEC500
(222,197,0)
0 Favorites   0 Comments

Color spaces of #dec500

RGB 2221970
HSL0.151.000.44
HSV53°100°87°
CMYK 0.000.111.00   0.13
XYZ50.090555.46218.0652
Yxy55.46210.44090.4881
Hunter Lab74.4729-10.268345.7101
CIE-Lab79.3067-6.934180.3279

#dec500 color RGB value is (222,197,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 00000000
Octal 336 305 0
Decimal 222 197 0
Hex DE C5 0

RGB Percentages of Color #dec500

%52.98
%47.02
%0.00

CMYK Percentages of Color #dec500

%0
%11
%100
%13

Triadic Colors of #dec500

#dec500 #00dec5 #c500de

Analogous Colors of #dec500

#dec500 #88de00 #de5600

Monochromatic Colors of #dec500

#dec500

Complementary Color

#dec500 #0019de

#dec500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec500 Color CSS Codes

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

#dec500 Text Font Color

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

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


#dec500 Background Color

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

This div background color is #dec500


#dec500 Border Color

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

This div border color is #dec500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec500


Comments

No comments written yet.

Please login to write comment.