Color Hex Logo

#ded56e Color Hex

#DED56E
(222,213,110)
0 Favorites   0 Comments

Color spaces of #ded56e

RGB 222213110
HSL0.150.630.65
HSV55°50°87°
CMYK 0.000.040.50   0.13
XYZ56.732964.243924.1620
Yxy64.24390.39090.4426
Hunter Lab80.1523-13.921738.2336
CIE-Lab84.0926-10.446451.4892

#ded56e color RGB value is (222,213,110).

#ded56e hex color red value is 222, green value is 213 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ded56e hue: 0.15 , saturation: 0.63 and the lightness value of ded56e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010101 01101110
Octal 336 325 156
Decimal 222 213 110
Hex DE D5 6E

RGB Percentages of Color #ded56e

%40.73
%39.08
%20.18

CMYK Percentages of Color #ded56e

%0
%4
%50
%13

Triadic Colors of #ded56e

#ded56e #6eded5 #d56ede

Analogous Colors of #ded56e

#ded56e #afde6e #de9d6e

Monochromatic Colors of #ded56e

#ded56e

Complementary Color

#ded56e #6e77de

#ded56e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded56e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded56e Color CSS Codes

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

#ded56e Text Font Color

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

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


#ded56e Background Color

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

This div background color is #ded56e


#ded56e Border Color

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

This div border color is #ded56e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded56e


Comments

No comments written yet.

Please login to write comment.