Color Hex Logo

#dedd73 Color Hex

#DEDD73
(222,221,115)
0 Favorites   0 Comments

Color spaces of #dedd73

RGB 222221115
HSL0.170.620.66
HSV59°48°87°
CMYK 0.000.000.48   0.13
XYZ59.075268.480326.3241
Yxy68.48030.38390.4450
Hunter Lab82.7528-17.390739.0665
CIE-Lab86.2461-14.012851.6931

#dedd73 color RGB value is (222,221,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011101 01110011
Octal 336 335 163
Decimal 222 221 115
Hex DE DD 73

RGB Percentages of Color #dedd73

%39.78
%39.61
%20.61

CMYK Percentages of Color #dedd73

%0
%0
%48
%13

Triadic Colors of #dedd73

#dedd73 #73dedd #dd73de

Analogous Colors of #dedd73

#dedd73 #aade73 #dea873

Monochromatic Colors of #dedd73

#dedd73

Complementary Color

#dedd73 #7374de

#dedd73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedd73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedd73 Color CSS Codes

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

#dedd73 Text Font Color

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

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


#dedd73 Background Color

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

This div background color is #dedd73


#dedd73 Border Color

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

This div border color is #dedd73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedd73


Comments

No comments written yet.

Please login to write comment.