Color Hex Logo

#dedd47 Color Hex

#DEDD47
(222,221,71)
0 Favorites   0 Comments

Color spaces of #dedd47

RGB 22222171
HSL0.170.700.57
HSV60°68°87°
CMYK 0.000.000.68   0.13
XYZ57.118067.697416.0177
Yxy67.69740.40560.4807
Hunter Lab82.2784-20.071946.0525
CIE-Lab85.8549-17.092270.0331

#dedd47 color RGB value is (222,221,71).

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

The process color (four color CMYK) of #dedd47 color hex is 0.00, 0.00, 0.68, 0.13. Web safe color of #dedd47 is #cccc33. Color #dedd47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011101 01000111
Octal 336 335 107
Decimal 222 221 71
Hex DE DD 47

RGB Percentages of Color #dedd47

%43.19
%43.00
%13.81

CMYK Percentages of Color #dedd47

%0
%0
%68
%13

Triadic Colors of #dedd47

#dedd47 #47dedd #dd47de

Analogous Colors of #dedd47

#dedd47 #94de47 #de9247

Monochromatic Colors of #dedd47

#dedd47

Complementary Color

#dedd47 #4748de

#dedd47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedd47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedd47 Color CSS Codes

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

#dedd47 Text Font Color

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

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


#dedd47 Background Color

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

This div background color is #dedd47


#dedd47 Border Color

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

This div border color is #dedd47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedd47


Comments

No comments written yet.

Please login to write comment.