Color Hex Logo

#decc1f Color Hex

#DECC1F
(222,204,31)
0 Favorites   0 Comments

Color spaces of #decc1f

RGB 22220431
HSL0.150.750.50
HSV54°86°87°
CMYK 0.000.080.86   0.13
XYZ51.964458.81439.9098
Yxy58.81430.43060.4873
Hunter Lab76.6905-13.259246.0220
CIE-Lab81.1894-10.074477.6047

#decc1f color RGB value is (222,204,31).

#decc1f hex color red value is 222, green value is 204 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #decc1f hue: 0.15 , saturation: 0.75 and the lightness value of decc1f is 0.50.

The process color (four color CMYK) of #decc1f color hex is 0.00, 0.08, 0.86, 0.13. Web safe color of #decc1f is #cccc33. Color #decc1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 00011111
Octal 336 314 37
Decimal 222 204 31
Hex DE CC 1F

RGB Percentages of Color #decc1f

%48.58
%44.64
%6.78

CMYK Percentages of Color #decc1f

%0
%8
%86
%13

Triadic Colors of #decc1f

#decc1f #1fdecc #cc1fde

Analogous Colors of #decc1f

#decc1f #91de1f #de6d1f

Monochromatic Colors of #decc1f

#decc1f

Complementary Color

#decc1f #1f31de

#decc1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decc1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#decc1f Color CSS Codes

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

#decc1f Text Font Color

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

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


#decc1f Background Color

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

This div background color is #decc1f


#decc1f Border Color

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

This div border color is #decc1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decc1f


Comments

No comments written yet.

Please login to write comment.