Color Hex Logo

#dec74e Color Hex

#DEC74E
(222,199,78)
0 Favorites   0 Comments

Color spaces of #dec74e

RGB 22219978
HSL0.140.690.59
HSV50°65°87°
CMYK 0.000.100.65   0.13
XYZ51.922856.926515.4590
Yxy56.92650.41770.4579
Hunter Lab75.4497-9.197140.6667
CIE-Lab80.1382-5.652661.4189

#dec74e color RGB value is (222,199,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000111 01001110
Octal 336 307 116
Decimal 222 199 78
Hex DE C7 4E

RGB Percentages of Color #dec74e

%44.49
%39.88
%15.63

CMYK Percentages of Color #dec74e

%0
%10
%65
%13

Triadic Colors of #dec74e

#dec74e #4edec7 #c74ede

Analogous Colors of #dec74e

#dec74e #adde4e #de7f4e

Monochromatic Colors of #dec74e

#dec74e

Complementary Color

#dec74e #4e65de

#dec74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec74e Color CSS Codes

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

#dec74e Text Font Color

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

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


#dec74e Background Color

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

This div background color is #dec74e


#dec74e Border Color

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

This div border color is #dec74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec74e


Comments

No comments written yet.

Please login to write comment.