Color Hex Logo

#dedc3f Color Hex

#DEDC3F
(222,220,63)
0 Favorites   0 Comments

Color spaces of #dedc3f

RGB 22222063
HSL0.160.710.56
HSV59°72°87°
CMYK 0.000.010.72   0.13
XYZ56.614667.074914.6655
Yxy67.07490.40920.4848
Hunter Lab81.8993-19.931846.7126
CIE-Lab85.5418-16.985672.5519

#dedc3f color RGB value is (222,220,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 00111111
Octal 336 334 77
Decimal 222 220 63
Hex DE DC 3F

RGB Percentages of Color #dedc3f

%43.96
%43.56
%12.48

CMYK Percentages of Color #dedc3f

%0
%1
%72
%13

Triadic Colors of #dedc3f

#dedc3f #3fdedc #dc3fde

Analogous Colors of #dedc3f

#dedc3f #91de3f #de8d3f

Monochromatic Colors of #dedc3f

#dedc3f

Complementary Color

#dedc3f #3f41de

#dedc3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedc3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedc3f Color CSS Codes

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

#dedc3f Text Font Color

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

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


#dedc3f Background Color

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

This div background color is #dedc3f


#dedc3f Border Color

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

This div border color is #dedc3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedc3f


Comments

No comments written yet.

Please login to write comment.