Color Hex Logo

#decc2f Color Hex

#DECC2F
(222,204,47)
0 Favorites   0 Comments

Color spaces of #decc2f

RGB 22220447
HSL0.150.730.53
HSV54°79°87°
CMYK 0.000.080.79   0.13
XYZ52.230258.920611.3093
Yxy58.92060.42650.4811
Hunter Lab76.7598-12.871544.9964
CIE-Lab81.2479-9.630873.6557

#decc2f color RGB value is (222,204,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 00101111
Octal 336 314 57
Decimal 222 204 47
Hex DE CC 2F

RGB Percentages of Color #decc2f

%46.93
%43.13
%9.94

CMYK Percentages of Color #decc2f

%0
%8
%79
%13

Triadic Colors of #decc2f

#decc2f #2fdecc #cc2fde

Analogous Colors of #decc2f

#decc2f #99de2f #de752f

Monochromatic Colors of #decc2f

#decc2f

Complementary Color

#decc2f #2f41de

#decc2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decc2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#decc2f Color CSS Codes

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

#decc2f Text Font Color

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

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


#decc2f Background Color

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

This div background color is #decc2f


#decc2f Border Color

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

This div border color is #decc2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decc2f


Comments

No comments written yet.

Please login to write comment.