Color Hex Logo

#ddd784 Color Hex

#DDD784
(221,215,132)
0 Favorites   0 Comments

Color spaces of #ddd784

RGB 221215132
HSL0.160.570.69
HSV56°40°87°
CMYK 0.000.030.40   0.13
XYZ58.284165.639031.4275
Yxy65.63900.37520.4225
Hunter Lab81.0179-13.368833.7135
CIE-Lab84.8119-9.744641.6395

#ddd784 color RGB value is (221,215,132).

#ddd784 hex color red value is 221, green value is 215 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ddd784 hue: 0.16 , saturation: 0.57 and the lightness value of ddd784 is 0.69.

The process color (four color CMYK) of #ddd784 color hex is 0.00, 0.03, 0.40, 0.13. Web safe color of #ddd784 is #cccc99. Color #ddd784 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010111 10000100
Octal 335 327 204
Decimal 221 215 132
Hex DD D7 84

RGB Percentages of Color #ddd784

%38.91
%37.85
%23.24

CMYK Percentages of Color #ddd784

%0
%3
%40
%13

Triadic Colors of #ddd784

#ddd784 #84ddd7 #d784dd

Analogous Colors of #ddd784

#ddd784 #b7dd84 #ddab84

Monochromatic Colors of #ddd784

#ddd784

Complementary Color

#ddd784 #848add

#ddd784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd784 Color CSS Codes

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

#ddd784 Text Font Color

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

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


#ddd784 Background Color

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

This div background color is #ddd784


#ddd784 Border Color

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

This div border color is #ddd784


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd784


Comments

No comments written yet.

Please login to write comment.