Color Hex Logo

#decc2e Color Hex

#DECC2E
(222,204,46)
0 Favorites   0 Comments

Color spaces of #decc2e

RGB 22220446
HSL0.150.730.53
HSV54°79°87°
CMYK 0.000.080.79   0.13
XYZ52.210258.912611.2043
Yxy58.91260.42680.4816
Hunter Lab76.7545-12.900745.0733
CIE-Lab81.2435-9.664173.9400

#decc2e color RGB value is (222,204,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 00101110
Octal 336 314 56
Decimal 222 204 46
Hex DE CC 2E

RGB Percentages of Color #decc2e

%47.03
%43.22
%9.75

CMYK Percentages of Color #decc2e

%0
%8
%79
%13

Triadic Colors of #decc2e

#decc2e #2edecc #cc2ede

Analogous Colors of #decc2e

#decc2e #98de2e #de742e

Monochromatic Colors of #decc2e

#decc2e

Complementary Color

#decc2e #2e40de

#decc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#decc2e Color CSS Codes

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

#decc2e Text Font Color

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

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


#decc2e Background Color

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

This div background color is #decc2e


#decc2e Border Color

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

This div border color is #decc2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decc2e


Comments

No comments written yet.

Please login to write comment.