Color Hex Logo

#dedc1c Color Hex

#DEDC1C
(222,220,28)
0 Favorites   0 Comments

Color spaces of #dedc1c

RGB 22222028
HSL0.160.780.49
HSV59°87°87°
CMYK 0.000.010.87   0.13
XYZ55.927066.799811.0446
Yxy66.79980.41810.4994
Hunter Lab81.7311-20.885549.1997
CIE-Lab85.4027-18.096581.5585

#dedc1c color RGB value is (222,220,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 00011100
Octal 336 334 34
Decimal 222 220 28
Hex DE DC 1C

RGB Percentages of Color #dedc1c

%47.23
%46.81
%5.96

CMYK Percentages of Color #dedc1c

%0
%1
%87
%13

Triadic Colors of #dedc1c

#dedc1c #1cdedc #dc1cde

Analogous Colors of #dedc1c

#dedc1c #7fde1c #de7b1c

Monochromatic Colors of #dedc1c

#dedc1c

Complementary Color

#dedc1c #1c1ede

#dedc1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedc1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedc1c Color CSS Codes

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

#dedc1c Text Font Color

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

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


#dedc1c Background Color

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

This div background color is #dedc1c


#dedc1c Border Color

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

This div border color is #dedc1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedc1c


Comments

No comments written yet.

Please login to write comment.