Color Hex Logo

#dec960 Color Hex

#DEC960
(222,201,96)
0 Favorites   0 Comments

Color spaces of #dec960

RGB 22220196
HSL0.140.660.62
HSV50°57°87°
CMYK 0.000.090.57   0.13
XYZ53.122258.147419.4901
Yxy58.14740.40630.4447
Hunter Lab76.2544-9.094338.2240
CIE-Lab80.8207-5.470954.2173

#dec960 color RGB value is (222,201,96).

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

The process color (four color CMYK) of #dec960 color hex is 0.00, 0.09, 0.57, 0.13. Web safe color of #dec960 is #cccc66. Color #dec960 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001001 01100000
Octal 336 311 140
Decimal 222 201 96
Hex DE C9 60

RGB Percentages of Color #dec960

%42.77
%38.73
%18.50

CMYK Percentages of Color #dec960

%0
%9
%57
%13

Triadic Colors of #dec960

#dec960 #60dec9 #c960de

Analogous Colors of #dec960

#dec960 #b4de60 #de8a60

Monochromatic Colors of #dec960

#dec960

Complementary Color

#dec960 #6075de

#dec960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec960 Color CSS Codes

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

#dec960 Text Font Color

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

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


#dec960 Background Color

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

This div background color is #dec960


#dec960 Border Color

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

This div border color is #dec960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec960


Comments

No comments written yet.

Please login to write comment.