Color Hex Logo

#dedb7f Color Hex

#DEDB7F
(222,219,127)
0 Favorites   0 Comments

Color spaces of #dedb7f

RGB 222219127
HSL0.160.590.68
HSV58°43°87°
CMYK 0.000.010.43   0.13
XYZ59.286567.724930.0262
Yxy67.72490.37750.4313
Hunter Lab82.2951-15.422735.9741
CIE-Lab85.8687-11.878245.4559

#dedb7f color RGB value is (222,219,127).

#dedb7f hex color red value is 222, green value is 219 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dedb7f hue: 0.16 , saturation: 0.59 and the lightness value of dedb7f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 01111111
Octal 336 333 177
Decimal 222 219 127
Hex DE DB 7F

RGB Percentages of Color #dedb7f

%39.08
%38.56
%22.36

CMYK Percentages of Color #dedb7f

%0
%1
%43
%13

Triadic Colors of #dedb7f

#dedb7f #7fdedb #db7fde

Analogous Colors of #dedb7f

#dedb7f #b2de7f #deac7f

Monochromatic Colors of #dedb7f

#dedb7f

Complementary Color

#dedb7f #7f82de

#dedb7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb7f Color CSS Codes

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

#dedb7f Text Font Color

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

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


#dedb7f Background Color

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

This div background color is #dedb7f


#dedb7f Border Color

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

This div border color is #dedb7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb7f


Comments

No comments written yet.

Please login to write comment.