Color Hex Logo

#dec740 Color Hex

#DEC740
(222,199,64)
0 Favorites   0 Comments

Color spaces of #dec740

RGB 22219964
HSL0.140.710.56
HSV51°71°87°
CMYK 0.000.100.71   0.13
XYZ51.473056.746613.0908
Yxy56.74660.42430.4678
Hunter Lab75.3303-9.859642.4279
CIE-Lab80.0369-6.399366.8698

#dec740 color RGB value is (222,199,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000111 01000000
Octal 336 307 100
Decimal 222 199 64
Hex DE C7 40

RGB Percentages of Color #dec740

%45.77
%41.03
%13.20

CMYK Percentages of Color #dec740

%0
%10
%71
%13

Triadic Colors of #dec740

#dec740 #40dec7 #c740de

Analogous Colors of #dec740

#dec740 #a6de40 #de7840

Monochromatic Colors of #dec740

#dec740

Complementary Color

#dec740 #4057de

#dec740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec740 Color CSS Codes

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

#dec740 Text Font Color

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

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


#dec740 Background Color

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

This div background color is #dec740


#dec740 Border Color

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

This div border color is #dec740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec740


Comments

No comments written yet.

Please login to write comment.