Color Hex Logo

#dec362 Color Hex

#DEC362
(222,195,98)
0 Favorites   0 Comments

Color spaces of #dec362

RGB 22219598
HSL0.130.650.63
HSV47°56°87°
CMYK 0.000.120.56   0.13
XYZ51.843955.441719.5241
Yxy55.44170.40880.4372
Hunter Lab74.4592-6.018936.5749
CIE-Lab79.2950-2.225251.5213

#dec362 color RGB value is (222,195,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 01100010
Octal 336 303 142
Decimal 222 195 98
Hex DE C3 62

RGB Percentages of Color #dec362

%43.11
%37.86
%19.03

CMYK Percentages of Color #dec362

%0
%12
%56
%13

Triadic Colors of #dec362

#dec362 #62dec3 #c362de

Analogous Colors of #dec362

#dec362 #bbde62 #de8562

Monochromatic Colors of #dec362

#dec362

Complementary Color

#dec362 #627dde

#dec362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec362 Color CSS Codes

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

#dec362 Text Font Color

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

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


#dec362 Background Color

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

This div background color is #dec362


#dec362 Border Color

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

This div border color is #dec362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec362


Comments

No comments written yet.

Please login to write comment.