Color Hex Logo

#dedd56 Color Hex

#DEDD56
(222,221,86)
0 Favorites   0 Comments

Color spaces of #dedd56

RGB 22222186
HSL0.170.670.60
HSV60°61°87°
CMYK 0.000.000.61   0.13
XYZ57.660467.914418.8739
Yxy67.91440.39920.4702
Hunter Lab82.4102-19.325744.1083
CIE-Lab85.9636-16.229464.2851

#dedd56 color RGB value is (222,221,86).

#dedd56 hex color red value is 222, green value is 221 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #dedd56 hue: 0.17 , saturation: 0.67 and the lightness value of dedd56 is 0.60.

The process color (four color CMYK) of #dedd56 color hex is 0.00, 0.00, 0.61, 0.13. Web safe color of #dedd56 is #cccc66. Color #dedd56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011101 01010110
Octal 336 335 126
Decimal 222 221 86
Hex DE DD 56

RGB Percentages of Color #dedd56

%41.97
%41.78
%16.26

CMYK Percentages of Color #dedd56

%0
%0
%61
%13

Triadic Colors of #dedd56

#dedd56 #56dedd #dd56de

Analogous Colors of #dedd56

#dedd56 #9bde56 #de9956

Monochromatic Colors of #dedd56

#dedd56

Complementary Color

#dedd56 #5657de

#dedd56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedd56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedd56 Color CSS Codes

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

#dedd56 Text Font Color

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

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


#dedd56 Background Color

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

This div background color is #dedd56


#dedd56 Border Color

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

This div border color is #dedd56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedd56


Comments

No comments written yet.

Please login to write comment.