Color Hex Logo

#dec356 Color Hex

#DEC356
(222,195,86)
0 Favorites   0 Comments

Color spaces of #dec356

RGB 22219586
HSL0.130.670.60
HSV48°61°87°
CMYK 0.000.120.61   0.13
XYZ51.319055.231716.7601
Yxy55.23170.41620.4479
Hunter Lab74.3180-6.796538.6516
CIE-Lab79.1745-3.089356.9087

#dec356 color RGB value is (222,195,86).

#dec356 hex color red value is 222, green value is 195 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #dec356 hue: 0.13 , saturation: 0.67 and the lightness value of dec356 is 0.60.

The process color (four color CMYK) of #dec356 color hex is 0.00, 0.12, 0.61, 0.13. Web safe color of #dec356 is #cccc66. Color #dec356 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 01010110
Octal 336 303 126
Decimal 222 195 86
Hex DE C3 56

RGB Percentages of Color #dec356

%44.14
%38.77
%17.10

CMYK Percentages of Color #dec356

%0
%12
%61
%13

Triadic Colors of #dec356

#dec356 #56dec3 #c356de

Analogous Colors of #dec356

#dec356 #b5de56 #de7f56

Monochromatic Colors of #dec356

#dec356

Complementary Color

#dec356 #5671de

#dec356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec356 Color CSS Codes

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

#dec356 Text Font Color

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

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


#dec356 Background Color

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

This div background color is #dec356


#dec356 Border Color

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

This div border color is #dec356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec356


Comments

No comments written yet.

Please login to write comment.