Color Hex Logo

#dec436 Color Hex

#DEC436
(222,196,54)
0 Favorites   0 Comments

Color spaces of #dec436

RGB 22219654
HSL0.140.720.54
HSV51°76°87°
CMYK 0.000.120.76   0.13
XYZ50.530055.275811.4961
Yxy55.27580.43080.4712
Hunter Lab74.3477-8.791942.8756
CIE-Lab79.1999-5.295869.6098

#dec436 color RGB value is (222,196,54).

#dec436 hex color red value is 222, green value is 196 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #dec436 hue: 0.14 , saturation: 0.72 and the lightness value of dec436 is 0.54.

The process color (four color CMYK) of #dec436 color hex is 0.00, 0.12, 0.76, 0.13. Web safe color of #dec436 is #cccc33. Color #dec436 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000100 00110110
Octal 336 304 66
Decimal 222 196 54
Hex DE C4 36

RGB Percentages of Color #dec436

%47.03
%41.53
%11.44

CMYK Percentages of Color #dec436

%0
%12
%76
%13

Triadic Colors of #dec436

#dec436 #36dec4 #c436de

Analogous Colors of #dec436

#dec436 #a4de36 #de7036

Monochromatic Colors of #dec436

#dec436

Complementary Color

#dec436 #3650de

#dec436 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec436 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec436 Color CSS Codes

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

#dec436 Text Font Color

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

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


#dec436 Background Color

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

This div background color is #dec436


#dec436 Border Color

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

This div border color is #dec436


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec436


Comments

No comments written yet.

Please login to write comment.