Color Hex Logo

#ded686 Color Hex

#DED686
(222,214,134)
0 Favorites   0 Comments

Color spaces of #ded686

RGB 222214134
HSL0.150.570.70
HSV55°40°87°
CMYK 0.000.040.40   0.13
XYZ58.473865.344032.0850
Yxy65.34400.37510.4191
Hunter Lab80.8356-12.341433.0518
CIE-Lab84.6607-8.632340.4634

#ded686 color RGB value is (222,214,134).

#ded686 hex color red value is 222, green value is 214 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ded686 hue: 0.15 , saturation: 0.57 and the lightness value of ded686 is 0.70.

The process color (four color CMYK) of #ded686 color hex is 0.00, 0.04, 0.40, 0.13. Web safe color of #ded686 is #cccc99. Color #ded686 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010110 10000110
Octal 336 326 206
Decimal 222 214 134
Hex DE D6 86

RGB Percentages of Color #ded686

%38.95
%37.54
%23.51

CMYK Percentages of Color #ded686

%0
%4
%40
%13

Triadic Colors of #ded686

#ded686 #86ded6 #d686de

Analogous Colors of #ded686

#ded686 #bade86 #deaa86

Monochromatic Colors of #ded686

#ded686

Complementary Color

#ded686 #868ede

#ded686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded686 Color CSS Codes

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

#ded686 Text Font Color

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

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


#ded686 Background Color

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

This div background color is #ded686


#ded686 Border Color

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

This div border color is #ded686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded686


Comments

No comments written yet.

Please login to write comment.