Color Hex Logo

#dec55e Color Hex

#DEC55E
(222,197,94)
0 Favorites   0 Comments

Color spaces of #dec55e

RGB 22219794
HSL0.130.660.62
HSV48°58°87°
CMYK 0.000.110.58   0.13
XYZ52.110856.270318.7044
Yxy56.27030.41000.4428
Hunter Lab75.0135-7.272437.7257
CIE-Lab79.7674-3.561553.9368

#dec55e color RGB value is (222,197,94).

#dec55e hex color red value is 222, green value is 197 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dec55e hue: 0.13 , saturation: 0.66 and the lightness value of dec55e is 0.62.

The process color (four color CMYK) of #dec55e color hex is 0.00, 0.11, 0.58, 0.13. Web safe color of #dec55e is #cccc66. Color #dec55e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 01011110
Octal 336 305 136
Decimal 222 197 94
Hex DE C5 5E

RGB Percentages of Color #dec55e

%43.27
%38.40
%18.32

CMYK Percentages of Color #dec55e

%0
%11
%58
%13

Triadic Colors of #dec55e

#dec55e #5edec5 #c55ede

Analogous Colors of #dec55e

#dec55e #b7de5e #de855e

Monochromatic Colors of #dec55e

#dec55e

Complementary Color

#dec55e #5e77de

#dec55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec55e Color CSS Codes

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

#dec55e Text Font Color

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

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


#dec55e Background Color

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

This div background color is #dec55e


#dec55e Border Color

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

This div border color is #dec55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec55e


Comments

No comments written yet.

Please login to write comment.