Color Hex Logo

#ded66f Color Hex

#DED66F
(222,214,111)
0 Favorites   0 Comments

Color spaces of #ded66f

RGB 222214111
HSL0.150.630.65
HSV56°50°87°
CMYK 0.000.040.50   0.13
XYZ57.040064.770424.5345
Yxy64.77040.38980.4426
Hunter Lab80.4801-14.328838.2614
CIE-Lab84.3653-10.863651.3403

#ded66f color RGB value is (222,214,111).

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

The process color (four color CMYK) of #ded66f color hex is 0.00, 0.04, 0.50, 0.13. Web safe color of #ded66f is #cccc66. Color #ded66f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010110 01101111
Octal 336 326 157
Decimal 222 214 111
Hex DE D6 6F

RGB Percentages of Color #ded66f

%40.59
%39.12
%20.29

CMYK Percentages of Color #ded66f

%0
%4
%50
%13

Triadic Colors of #ded66f

#ded66f #6fded6 #d66fde

Analogous Colors of #ded66f

#ded66f #afde6f #de9f6f

Monochromatic Colors of #ded66f

#ded66f

Complementary Color

#ded66f #6f77de

#ded66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded66f Color CSS Codes

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

#ded66f Text Font Color

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

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


#ded66f Background Color

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

This div background color is #ded66f


#ded66f Border Color

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

This div border color is #ded66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded66f


Comments

No comments written yet.

Please login to write comment.