Color Hex Logo

#dddd70 Color Hex

#DDDD70
(221,221,112)
0 Favorites   0 Comments

Color spaces of #dddd70

RGB 221221112
HSL0.170.620.65
HSV60°49°87°
CMYK 0.000.000.49   0.13
XYZ58.599968.254925.4152
Yxy68.25490.38480.4482
Hunter Lab82.6165-17.968939.5923
CIE-Lab86.1337-14.676252.9502

#dddd70 color RGB value is (221,221,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 01110000
Octal 335 335 160
Decimal 221 221 112
Hex DD DD 70

RGB Percentages of Color #dddd70

%39.89
%39.89
%20.22

CMYK Percentages of Color #dddd70

%0
%0
%49
%13

Triadic Colors of #dddd70

#dddd70 #70dddd #dd70dd

Analogous Colors of #dddd70

#dddd70 #a7dd70 #dda770

Monochromatic Colors of #dddd70

#dddd70

Complementary Color

#dddd70 #7070dd

#dddd70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddd70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddd70 Color CSS Codes

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

#dddd70 Text Font Color

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

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


#dddd70 Background Color

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

This div background color is #dddd70


#dddd70 Border Color

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

This div border color is #dddd70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddd70

#dddd70 Color Palettes


Comments

No comments written yet.

Please login to write comment.