Color Hex Logo

#dec99f Color Hex

#DEC99F
(222,201,159)
0 Favorites   0 Comments

Color spaces of #dec99f

RGB 222201159
HSL0.110.490.75
HSV40°28°87°
CMYK 0.000.090.28   0.13
XYZ57.268959.806141.3262
Yxy59.80610.36150.3776
Hunter Lab77.3344-3.149622.4505
CIE-Lab81.73271.047323.6991

#dec99f color RGB value is (222,201,159).

#dec99f hex color red value is 222, green value is 201 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dec99f hue: 0.11 , saturation: 0.49 and the lightness value of dec99f is 0.75.

The process color (four color CMYK) of #dec99f color hex is 0.00, 0.09, 0.28, 0.13. Web safe color of #dec99f is #cccc99. Color #dec99f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001001 10011111
Octal 336 311 237
Decimal 222 201 159
Hex DE C9 9F

RGB Percentages of Color #dec99f

%38.14
%34.54
%27.32

CMYK Percentages of Color #dec99f

%0
%9
%28
%13

Triadic Colors of #dec99f

#dec99f #9fdec9 #c99fde

Analogous Colors of #dec99f

#dec99f #d4de9f #deaa9f

Monochromatic Colors of #dec99f

#dec99f

Complementary Color

#dec99f #9fb4de

#dec99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec99f Color CSS Codes

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

#dec99f Text Font Color

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

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


#dec99f Background Color

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

This div background color is #dec99f


#dec99f Border Color

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

This div border color is #dec99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec99f


Comments

No comments written yet.

Please login to write comment.