Color Hex Logo

#ded07f Color Hex

#DED07F
(222,208,127)
0 Favorites   0 Comments

Color spaces of #ded07f

RGB 222208127
HSL0.140.590.68
HSV51°43°87°
CMYK 0.000.060.43   0.13
XYZ56.510862.173729.1009
Yxy62.17370.38240.4207
Hunter Lab78.8503-10.059833.3133
CIE-Lab83.0057-6.311641.8709

#ded07f color RGB value is (222,208,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010000 01111111
Octal 336 320 177
Decimal 222 208 127
Hex DE D0 7F

RGB Percentages of Color #ded07f

%39.86
%37.34
%22.80

CMYK Percentages of Color #ded07f

%0
%6
%43
%13

Triadic Colors of #ded07f

#ded07f #7fded0 #d07fde

Analogous Colors of #ded07f

#ded07f #bdde7f #dea17f

Monochromatic Colors of #ded07f

#ded07f

Complementary Color

#ded07f #7f8dde

#ded07f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded07f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded07f Color CSS Codes

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

#ded07f Text Font Color

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

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


#ded07f Background Color

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

This div background color is #ded07f


#ded07f Border Color

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

This div border color is #ded07f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,208,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 #ded07f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded07f


Comments

No comments written yet.

Please login to write comment.