Color Hex Logo

#dec660 Color Hex

#DEC660
(222,198,96)
0 Favorites   0 Comments

Color spaces of #dec660

RGB 22219896
HSL0.130.660.62
HSV49°57°87°
CMYK 0.000.110.57   0.13
XYZ52.429656.762319.2592
Yxy56.76230.40820.4419
Hunter Lab75.3408-7.628337.5824
CIE-Lab80.0457-3.928353.3280

#dec660 color RGB value is (222,198,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000110 01100000
Octal 336 306 140
Decimal 222 198 96
Hex DE C6 60

RGB Percentages of Color #dec660

%43.02
%38.37
%18.60

CMYK Percentages of Color #dec660

%0
%11
%57
%13

Triadic Colors of #dec660

#dec660 #60dec6 #c660de

Analogous Colors of #dec660

#dec660 #b7de60 #de8760

Monochromatic Colors of #dec660

#dec660

Complementary Color

#dec660 #6078de

#dec660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec660 Color CSS Codes

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

#dec660 Text Font Color

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

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


#dec660 Background Color

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

This div background color is #dec660


#dec660 Border Color

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

This div border color is #dec660


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,198,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 #dec660">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec660


Comments

No comments written yet.

Please login to write comment.