Color Hex Logo

#dddd7e Color Hex

#DDDD7E
(221,221,126)
0 Favorites   0 Comments

Color spaces of #dddd7e

RGB 221221126
HSL0.170.580.68
HSV60°43°87°
CMYK 0.000.000.43   0.13
XYZ59.441168.591429.8452
Yxy68.59140.37650.4345
Hunter Lab82.8199-16.822736.6081
CIE-Lab86.3013-13.371946.4639

#dddd7e color RGB value is (221,221,126).

#dddd7e hex color red value is 221, green value is 221 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dddd7e hue: 0.17 , saturation: 0.58 and the lightness value of dddd7e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 01111110
Octal 335 335 176
Decimal 221 221 126
Hex DD DD 7E

RGB Percentages of Color #dddd7e

%38.91
%38.91
%22.18

CMYK Percentages of Color #dddd7e

%0
%0
%43
%13

Triadic Colors of #dddd7e

#dddd7e #7edddd #dd7edd

Analogous Colors of #dddd7e

#dddd7e #aedd7e #ddae7e

Monochromatic Colors of #dddd7e

#dddd7e

Complementary Color

#dddd7e #7e7edd

#dddd7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddd7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddd7e Color CSS Codes

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

#dddd7e Text Font Color

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

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


#dddd7e Background Color

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

This div background color is #dddd7e


#dddd7e Border Color

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

This div border color is #dddd7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddd7e


Comments

No comments written yet.

Please login to write comment.