Color Hex Logo

#ddd84e Color Hex

#DDD84E
(221,216,78)
0 Favorites   0 Comments

Color spaces of #ddd84e

RGB 22121678
HSL0.160.680.59
HSV58°65°87°
CMYK 0.000.020.65   0.13
XYZ55.749865.033916.8222
Yxy65.03390.40510.4726
Hunter Lab80.6436-17.727344.0827
CIE-Lab84.5012-14.653565.9603

#ddd84e color RGB value is (221,216,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 01001110
Octal 335 330 116
Decimal 221 216 78
Hex DD D8 4E

RGB Percentages of Color #ddd84e

%42.91
%41.94
%15.15

CMYK Percentages of Color #ddd84e

%0
%2
%65
%13

Triadic Colors of #ddd84e

#ddd84e #4eddd8 #d84edd

Analogous Colors of #ddd84e

#ddd84e #9bdd4e #dd914e

Monochromatic Colors of #ddd84e

#ddd84e

Complementary Color

#ddd84e #4e53dd

#ddd84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd84e Color CSS Codes

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

#ddd84e Text Font Color

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

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


#ddd84e Background Color

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

This div background color is #ddd84e


#ddd84e Border Color

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

This div border color is #ddd84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd84e


Comments

No comments written yet.

Please login to write comment.