Color Hex Logo

#ded99f Color Hex

#DED99F
(222,217,159)
0 Favorites   0 Comments

Color spaces of #ded99f

RGB 222217159
HSL0.150.490.75
HSV55°28°87°
CMYK 0.000.020.28   0.13
XYZ61.195167.658542.6350
Yxy67.65850.35680.3945
Hunter Lab82.2548-11.147226.8467
CIE-Lab85.8354-7.198629.2600

#ded99f color RGB value is (222,217,159).

#ded99f hex color red value is 222, green value is 217 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ded99f hue: 0.15 , saturation: 0.49 and the lightness value of ded99f is 0.75.

The process color (four color CMYK) of #ded99f color hex is 0.00, 0.02, 0.28, 0.13. Web safe color of #ded99f is #cccc99. Color #ded99f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011001 10011111
Octal 336 331 237
Decimal 222 217 159
Hex DE D9 9F

RGB Percentages of Color #ded99f

%37.12
%36.29
%26.59

CMYK Percentages of Color #ded99f

%0
%2
%28
%13

Triadic Colors of #ded99f

#ded99f #9fded9 #d99fde

Analogous Colors of #ded99f

#ded99f #c4de9f #deba9f

Monochromatic Colors of #ded99f

#ded99f

Complementary Color

#ded99f #9fa4de

#ded99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded99f Color CSS Codes

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

#ded99f Text Font Color

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

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


#ded99f Background Color

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

This div background color is #ded99f


#ded99f Border Color

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

This div border color is #ded99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded99f


Comments

No comments written yet.

Please login to write comment.