Color Hex Logo

#dedd0f Color Hex

#DEDD0F
(222,221,15)
0 Favorites   0 Comments

Color spaces of #dedd0f

RGB 22222115
HSL0.170.870.46
HSV60°93°87°
CMYK 0.000.000.93   0.13
XYZ56.066967.277010.4827
Yxy67.27700.41900.5027
Hunter Lab82.0226-21.525049.8384
CIE-Lab85.6436-18.785883.5832

#dedd0f color RGB value is (222,221,15).

#dedd0f hex color red value is 222, green value is 221 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dedd0f hue: 0.17 , saturation: 0.87 and the lightness value of dedd0f is 0.46.

The process color (four color CMYK) of #dedd0f color hex is 0.00, 0.00, 0.93, 0.13. Web safe color of #dedd0f is #cccc00. Color #dedd0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011101 00001111
Octal 336 335 17
Decimal 222 221 15
Hex DE DD F

RGB Percentages of Color #dedd0f

%48.47
%48.25
%3.28

CMYK Percentages of Color #dedd0f

%0
%0
%93
%13

Triadic Colors of #dedd0f

#dedd0f #0fdedd #dd0fde

Analogous Colors of #dedd0f

#dedd0f #78de0f #de760f

Monochromatic Colors of #dedd0f

#dedd0f

Complementary Color

#dedd0f #0f10de

#dedd0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedd0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedd0f Color CSS Codes

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

#dedd0f Text Font Color

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

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


#dedd0f Background Color

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

This div background color is #dedd0f


#dedd0f Border Color

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

This div border color is #dedd0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedd0f


Comments

No comments written yet.

Please login to write comment.