Color Hex Logo

#d4dddd Color Hex

#D4DDDD
(212,221,221)
0 Favorites   0 Comments

Color spaces of #d4dddd

RGB 212221221
HSL0.500.120.85
HSV180°87°
CMYK 0.040.000.00   0.13
XYZ66.059070.930478.6159
Yxy70.93040.30640.3290
Hunter Lab84.2202-7.37703.6095
CIE-Lab87.4512-3.0148-1.0597

#d4dddd color RGB value is (212,221,221).

#d4dddd hex color red value is 212, green value is 221 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d4dddd hue: 0.50 , saturation: 0.12 and the lightness value of d4dddd is 0.85.

The process color (four color CMYK) of #d4dddd color hex is 0.04, 0.00, 0.00, 0.13. Web safe color of #d4dddd is #cccccc. Color #d4dddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011101 11011101
Octal 324 335 335
Decimal 212 221 221
Hex D4 DD DD

RGB Percentages of Color #d4dddd

%32.42
%33.79
%33.79

CMYK Percentages of Color #d4dddd

%4
%0
%0
%13

Triadic Colors of #d4dddd

#d4dddd #ddd4dd #ddddd4

Analogous Colors of #d4dddd

#d4dddd #d4d9dd #d4ddd9

Monochromatic Colors of #d4dddd

#d4dddd

Complementary Color

#d4dddd #ddd4d4

#d4dddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dddd Color CSS Codes

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

#d4dddd Text Font Color

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

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


#d4dddd Background Color

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

This div background color is #d4dddd


#d4dddd Border Color

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

This div border color is #d4dddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dddd

#d4dddd Color Palettes


Comments

No comments written yet.

Please login to write comment.