Color Hex Logo

#ded64f Color Hex

#DED64F
(222,214,79)
0 Favorites   0 Comments

Color spaces of #ded64f

RGB 22221479
HSL0.160.680.59
HSV57°64°87°
CMYK 0.000.040.64   0.13
XYZ55.582164.187216.8570
Yxy64.18720.40680.4698
Hunter Lab80.1169-16.368043.6069
CIE-Lab84.0631-13.185465.1311

#ded64f color RGB value is (222,214,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010110 01001111
Octal 336 326 117
Decimal 222 214 79
Hex DE D6 4F

RGB Percentages of Color #ded64f

%43.11
%41.55
%15.34

CMYK Percentages of Color #ded64f

%0
%4
%64
%13

Triadic Colors of #ded64f

#ded64f #4fded6 #d64fde

Analogous Colors of #ded64f

#ded64f #9fde4f #de8f4f

Monochromatic Colors of #ded64f

#ded64f

Complementary Color

#ded64f #4f57de

#ded64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded64f Color CSS Codes

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

#ded64f Text Font Color

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

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


#ded64f Background Color

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

This div background color is #ded64f


#ded64f Border Color

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

This div border color is #ded64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded64f


Comments

No comments written yet.

Please login to write comment.