Color Hex Logo

#dec66f Color Hex

#DEC66F
(222,198,111)
0 Favorites   0 Comments

Color spaces of #dec66f

RGB 222198111
HSL0.130.630.65
HSV47°50°87°
CMYK 0.000.110.50   0.13
XYZ53.187557.065523.2504
Yxy57.06550.39840.4274
Hunter Lab75.5417-6.519534.6308
CIE-Lab80.2164-2.697646.3485

#dec66f color RGB value is (222,198,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000110 01101111
Octal 336 306 157
Decimal 222 198 111
Hex DE C6 6F

RGB Percentages of Color #dec66f

%41.81
%37.29
%20.90

CMYK Percentages of Color #dec66f

%0
%11
%50
%13

Triadic Colors of #dec66f

#dec66f #6fdec6 #c66fde

Analogous Colors of #dec66f

#dec66f #bfde6f #de8f6f

Monochromatic Colors of #dec66f

#dec66f

Complementary Color

#dec66f #6f87de

#dec66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec66f Color CSS Codes

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

#dec66f Text Font Color

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

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


#dec66f Background Color

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

This div background color is #dec66f


#dec66f Border Color

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

This div border color is #dec66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec66f


Comments

No comments written yet.

Please login to write comment.