Color Hex Logo

#dec94d Color Hex

#DEC94D
(222,201,77)
0 Favorites   0 Comments

Color spaces of #dec94d

RGB 22220177
HSL0.140.690.59
HSV51°65°87°
CMYK 0.000.090.65   0.13
XYZ52.350457.838715.4260
Yxy57.83870.41680.4604
Hunter Lab76.0518-10.219741.2101
CIE-Lab80.6490-6.735462.3739

#dec94d color RGB value is (222,201,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001001 01001101
Octal 336 311 115
Decimal 222 201 77
Hex DE C9 4D

RGB Percentages of Color #dec94d

%44.40
%40.20
%15.40

CMYK Percentages of Color #dec94d

%0
%9
%65
%13

Triadic Colors of #dec94d

#dec94d #4ddec9 #c94dde

Analogous Colors of #dec94d

#dec94d #abde4d #de814d

Monochromatic Colors of #dec94d

#dec94d

Complementary Color

#dec94d #4d62de

#dec94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec94d Color CSS Codes

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

#dec94d Text Font Color

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

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


#dec94d Background Color

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

This div background color is #dec94d


#dec94d Border Color

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

This div border color is #dec94d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec94d


Comments

No comments written yet.

Please login to write comment.