Color Hex Logo

#dec84e Color Hex

#DEC84E
(222,200,78)
0 Favorites   0 Comments

Color spaces of #dec84e

RGB 22220078
HSL0.140.690.59
HSV51°65°87°
CMYK 0.000.100.65   0.13
XYZ52.153657.388215.5360
Yxy57.38820.41700.4588
Hunter Lab75.7550-9.682840.8692
CIE-Lab80.3974-6.165261.6928

#dec84e color RGB value is (222,200,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001000 01001110
Octal 336 310 116
Decimal 222 200 78
Hex DE C8 4E

RGB Percentages of Color #dec84e

%44.40
%40.00
%15.60

CMYK Percentages of Color #dec84e

%0
%10
%65
%13

Triadic Colors of #dec84e

#dec84e #4edec8 #c84ede

Analogous Colors of #dec84e

#dec84e #acde4e #de804e

Monochromatic Colors of #dec84e

#dec84e

Complementary Color

#dec84e #4e64de

#dec84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec84e Color CSS Codes

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

#dec84e Text Font Color

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

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


#dec84e Background Color

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

This div background color is #dec84e


#dec84e Border Color

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

This div border color is #dec84e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,200,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 #dec84e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec84e


Comments

No comments written yet.

Please login to write comment.