Color Hex Logo

#ded94f Color Hex

#DED94F
(222,217,79)
0 Favorites   0 Comments

Color spaces of #ded94f

RGB 22221779
HSL0.160.680.59
HSV58°64°87°
CMYK 0.000.020.64   0.13
XYZ56.348365.719817.1125
Yxy65.71980.40490.4722
Hunter Lab81.0677-17.797444.2320
CIE-Lab84.8533-14.678865.9536

#ded94f color RGB value is (222,217,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011001 01001111
Octal 336 331 117
Decimal 222 217 79
Hex DE D9 4F

RGB Percentages of Color #ded94f

%42.86
%41.89
%15.25

CMYK Percentages of Color #ded94f

%0
%2
%64
%13

Triadic Colors of #ded94f

#ded94f #4fded9 #d94fde

Analogous Colors of #ded94f

#ded94f #9cde4f #de924f

Monochromatic Colors of #ded94f

#ded94f

Complementary Color

#ded94f #4f54de

#ded94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded94f Color CSS Codes

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

#ded94f Text Font Color

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

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


#ded94f Background Color

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

This div background color is #ded94f


#ded94f Border Color

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

This div border color is #ded94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded94f


Comments

No comments written yet.

Please login to write comment.