Color Hex Logo

#dedc39 Color Hex

#DEDC39
(222,220,57)
0 Favorites   0 Comments

Color spaces of #dedc39

RGB 22222057
HSL0.160.710.55
HSV59°74°87°
CMYK 0.000.010.74   0.13
XYZ56.455967.011413.8298
Yxy67.01140.41120.4881
Hunter Lab81.8605-20.151647.2857
CIE-Lab85.5097-17.240974.4822

#dedc39 color RGB value is (222,220,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 00111001
Octal 336 334 71
Decimal 222 220 57
Hex DE DC 39

RGB Percentages of Color #dedc39

%44.49
%44.09
%11.42

CMYK Percentages of Color #dedc39

%0
%1
%74
%13

Triadic Colors of #dedc39

#dedc39 #39dedc #dc39de

Analogous Colors of #dedc39

#dedc39 #8ede39 #de8a39

Monochromatic Colors of #dedc39

#dedc39

Complementary Color

#dedc39 #393bde

#dedc39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedc39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedc39 Color CSS Codes

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

#dedc39 Text Font Color

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

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


#dedc39 Background Color

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

This div background color is #dedc39


#dedc39 Border Color

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

This div border color is #dedc39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedc39


Comments

No comments written yet.

Please login to write comment.