Color Hex Logo

#dec96e Color Hex

#DEC96E
(222,201,110)
0 Favorites   0 Comments

Color spaces of #dec96e

RGB 222201110
HSL0.140.630.65
HSV49°50°87°
CMYK 0.000.090.50   0.13
XYZ53.825358.428723.1928
Yxy58.42870.39740.4314
Hunter Lab76.4387-8.074535.5175
CIE-Lab80.9766-4.333647.7579

#dec96e color RGB value is (222,201,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001001 01101110
Octal 336 311 156
Decimal 222 201 110
Hex DE C9 6E

RGB Percentages of Color #dec96e

%41.65
%37.71
%20.64

CMYK Percentages of Color #dec96e

%0
%9
%50
%13

Triadic Colors of #dec96e

#dec96e #6edec9 #c96ede

Analogous Colors of #dec96e

#dec96e #bbde6e #de916e

Monochromatic Colors of #dec96e

#dec96e

Complementary Color

#dec96e #6e83de

#dec96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec96e Color CSS Codes

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

#dec96e Text Font Color

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

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


#dec96e Background Color

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

This div background color is #dec96e


#dec96e Border Color

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

This div border color is #dec96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec96e


Comments

No comments written yet.

Please login to write comment.