Color Hex Logo

#dedc36 Color Hex

#DEDC36
(222,220,54)
0 Favorites   0 Comments

Color spaces of #dedc36

RGB 22222054
HSL0.160.720.54
HSV59°76°87°
CMYK 0.000.010.76   0.13
XYZ56.383366.982313.4472
Yxy66.98230.41210.4896
Hunter Lab81.8427-20.252147.5482
CIE-Lab85.4950-17.357875.3926

#dedc36 color RGB value is (222,220,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 00110110
Octal 336 334 66
Decimal 222 220 54
Hex DE DC 36

RGB Percentages of Color #dedc36

%44.76
%44.35
%10.89

CMYK Percentages of Color #dedc36

%0
%1
%76
%13

Triadic Colors of #dedc36

#dedc36 #36dedc #dc36de

Analogous Colors of #dedc36

#dedc36 #8cde36 #de8836

Monochromatic Colors of #dedc36

#dedc36

Complementary Color

#dedc36 #3638de

#dedc36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedc36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedc36 Color CSS Codes

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

#dedc36 Text Font Color

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

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


#dedc36 Background Color

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

This div background color is #dedc36


#dedc36 Border Color

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

This div border color is #dedc36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedc36


Comments

No comments written yet.

Please login to write comment.