Color Hex Logo

#dedc04 Color Hex

#DEDC04
(222,220,4)
0 Favorites   0 Comments

Color spaces of #dedc04

RGB 2222204
HSL0.170.960.44
HSV59°98°87°
CMYK 0.000.010.98   0.13
XYZ55.739366.724810.0563
Yxy66.72480.42060.5035
Hunter Lab81.6852-21.146749.8805
CIE-Lab85.3648-18.402184.3625

#dedc04 color RGB value is (222,220,4).

#dedc04 hex color red value is 222, green value is 220 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #dedc04 hue: 0.17 , saturation: 0.96 and the lightness value of dedc04 is 0.44.

The process color (four color CMYK) of #dedc04 color hex is 0.00, 0.01, 0.98, 0.13. Web safe color of #dedc04 is #cccc00. Color #dedc04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 00000100
Octal 336 334 4
Decimal 222 220 4
Hex DE DC 4

RGB Percentages of Color #dedc04

%49.78
%49.33
%0.90

CMYK Percentages of Color #dedc04

%0
%1
%98
%13

Triadic Colors of #dedc04

#dedc04 #04dedc #dc04de

Analogous Colors of #dedc04

#dedc04 #73de04 #de6f04

Monochromatic Colors of #dedc04

#dedc04

Complementary Color

#dedc04 #0406de

#dedc04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedc04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedc04 Color CSS Codes

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

#dedc04 Text Font Color

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

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


#dedc04 Background Color

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

This div background color is #dedc04


#dedc04 Border Color

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

This div border color is #dedc04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedc04


Comments

No comments written yet.

Please login to write comment.