Color Hex Logo

#dedd16 Color Hex

#DEDD16
(222,221,22)
0 Favorites   0 Comments

Color spaces of #dedd16

RGB 22222122
HSL0.170.820.48
HSV60°90°87°
CMYK 0.000.000.90   0.13
XYZ56.125567.300410.7912
Yxy67.30040.41820.5014
Hunter Lab82.0368-21.443649.6267
CIE-Lab85.6554-18.690582.7130

#dedd16 color RGB value is (222,221,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011101 00010110
Octal 336 335 26
Decimal 222 221 22
Hex DE DD 16

RGB Percentages of Color #dedd16

%47.74
%47.53
%4.73

CMYK Percentages of Color #dedd16

%0
%0
%90
%13

Triadic Colors of #dedd16

#dedd16 #16dedd #dd16de

Analogous Colors of #dedd16

#dedd16 #7bde16 #de7916

Monochromatic Colors of #dedd16

#dedd16

Complementary Color

#dedd16 #1617de

#dedd16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedd16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedd16 Color CSS Codes

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

#dedd16 Text Font Color

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

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


#dedd16 Background Color

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

This div background color is #dedd16


#dedd16 Border Color

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

This div border color is #dedd16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedd16


Comments

No comments written yet.

Please login to write comment.