Color Hex Logo

#dec94e Color Hex

#DEC94E
(222,201,78)
0 Favorites   0 Comments

Color spaces of #dec94e

RGB 22220178
HSL0.140.690.59
HSV51°65°87°
CMYK 0.000.090.65   0.13
XYZ52.386057.852915.6134
Yxy57.85290.41620.4597
Hunter Lab76.0611-10.167641.0720
CIE-Lab80.6569-6.676661.9670

#dec94e color RGB value is (222,201,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001001 01001110
Octal 336 311 116
Decimal 222 201 78
Hex DE C9 4E

RGB Percentages of Color #dec94e

%44.31
%40.12
%15.57

CMYK Percentages of Color #dec94e

%0
%9
%65
%13

Triadic Colors of #dec94e

#dec94e #4edec9 #c94ede

Analogous Colors of #dec94e

#dec94e #abde4e #de814e

Monochromatic Colors of #dec94e

#dec94e

Complementary Color

#dec94e #4e63de

#dec94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec94e Color CSS Codes

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

#dec94e Text Font Color

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

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


#dec94e Background Color

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

This div background color is #dec94e


#dec94e Border Color

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

This div border color is #dec94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec94e


Comments

No comments written yet.

Please login to write comment.