Color Hex Logo

#dedc37 Color Hex

#DEDC37
(222,220,55)
0 Favorites   0 Comments

Color spaces of #dedc37

RGB 22222055
HSL0.160.720.54
HSV59°75°87°
CMYK 0.000.010.75   0.13
XYZ56.407066.991813.5722
Yxy66.99180.41180.4891
Hunter Lab81.8485-20.219247.4624
CIE-Lab85.4998-17.319675.0932

#dedc37 color RGB value is (222,220,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 00110111
Octal 336 334 67
Decimal 222 220 55
Hex DE DC 37

RGB Percentages of Color #dedc37

%44.67
%44.27
%11.07

CMYK Percentages of Color #dedc37

%0
%1
%75
%13

Triadic Colors of #dedc37

#dedc37 #37dedc #dc37de

Analogous Colors of #dedc37

#dedc37 #8dde37 #de8937

Monochromatic Colors of #dedc37

#dedc37

Complementary Color

#dedc37 #3739de

#dedc37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedc37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedc37 Color CSS Codes

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

#dedc37 Text Font Color

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

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


#dedc37 Background Color

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

This div background color is #dedc37


#dedc37 Border Color

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

This div border color is #dedc37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedc37


Comments

No comments written yet.

Please login to write comment.