Color Hex Logo

#ded86d Color Hex

#DED86D
(222,216,109)
0 Favorites   0 Comments

Color spaces of #ded86d

RGB 222216109
HSL0.160.630.65
HSV57°51°87°
CMYK 0.000.030.51   0.13
XYZ57.440465.745524.1307
Yxy65.74550.38990.4463
Hunter Lab81.0836-15.445239.1137
CIE-Lab84.8664-12.039252.8757

#ded86d color RGB value is (222,216,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011000 01101101
Octal 336 330 155
Decimal 222 216 109
Hex DE D8 6D

RGB Percentages of Color #ded86d

%40.59
%39.49
%19.93

CMYK Percentages of Color #ded86d

%0
%3
%51
%13

Triadic Colors of #ded86d

#ded86d #6dded8 #d86dde

Analogous Colors of #ded86d

#ded86d #acde6d #dea06d

Monochromatic Colors of #ded86d

#ded86d

Complementary Color

#ded86d #6d73de

#ded86d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded86d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded86d Color CSS Codes

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

#ded86d Text Font Color

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

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


#ded86d Background Color

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

This div background color is #ded86d


#ded86d Border Color

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

This div border color is #ded86d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded86d


Comments

No comments written yet.

Please login to write comment.