Color Hex Logo

#dec363 Color Hex

#DEC363
(222,195,99)
0 Favorites   0 Comments

Color spaces of #dec363

RGB 22219599
HSL0.130.650.63
HSV47°55°87°
CMYK 0.000.120.55   0.13
XYZ51.891455.460719.7744
Yxy55.46070.40820.4363
Hunter Lab74.4719-5.948736.3872
CIE-Lab79.3059-2.147451.0602

#dec363 color RGB value is (222,195,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 01100011
Octal 336 303 143
Decimal 222 195 99
Hex DE C3 63

RGB Percentages of Color #dec363

%43.02
%37.79
%19.19

CMYK Percentages of Color #dec363

%0
%12
%55
%13

Triadic Colors of #dec363

#dec363 #63dec3 #c363de

Analogous Colors of #dec363

#dec363 #bcde63 #de8663

Monochromatic Colors of #dec363

#dec363

Complementary Color

#dec363 #637ede

#dec363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec363 Color CSS Codes

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

#dec363 Text Font Color

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

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


#dec363 Background Color

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

This div background color is #dec363


#dec363 Border Color

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

This div border color is #dec363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec363


Comments

No comments written yet.

Please login to write comment.