Color Hex Logo

#dec742 Color Hex

#DEC742
(222,199,66)
0 Favorites   0 Comments

Color spaces of #dec742

RGB 22219966
HSL0.140.700.56
HSV51°70°87°
CMYK 0.000.100.70   0.13
XYZ51.531056.769813.3959
Yxy56.76980.42340.4665
Hunter Lab75.3457-9.774042.2007
CIE-Lab80.0499-6.302766.1314

#dec742 color RGB value is (222,199,66).

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

The process color (four color CMYK) of #dec742 color hex is 0.00, 0.10, 0.70, 0.13. Web safe color of #dec742 is #cccc33. Color #dec742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000111 01000010
Octal 336 307 102
Decimal 222 199 66
Hex DE C7 42

RGB Percentages of Color #dec742

%45.59
%40.86
%13.55

CMYK Percentages of Color #dec742

%0
%10
%70
%13

Triadic Colors of #dec742

#dec742 #42dec7 #c742de

Analogous Colors of #dec742

#dec742 #a7de42 #de7942

Monochromatic Colors of #dec742

#dec742

Complementary Color

#dec742 #4259de

#dec742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec742 Color CSS Codes

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

#dec742 Text Font Color

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

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


#dec742 Background Color

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

This div background color is #dec742


#dec742 Border Color

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

This div border color is #dec742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec742


Comments

No comments written yet.

Please login to write comment.