Color Hex Logo

#d9dede Color Hex

#D9DEDE
(217,222,222)
1 Favorites   0 Comments

Color spaces of #d9dede

RGB 217222222
HSL0.500.070.86
HSV180°87°
CMYK 0.020.000.00   0.13
XYZ67.921472.268279.4766
Yxy72.26820.30920.3290
Hunter Lab85.0107-6.15184.0772
CIE-Lab88.0975-1.6771-0.5977

#d9dede color RGB value is (217,222,222).

#d9dede hex color red value is 217, green value is 222 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d9dede hue: 0.50 , saturation: 0.07 and the lightness value of d9dede is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011110 11011110
Octal 331 336 336
Decimal 217 222 222
Hex D9 DE DE

RGB Percentages of Color #d9dede

%32.83
%33.59
%33.59

CMYK Percentages of Color #d9dede

%2
%0
%0
%13

Triadic Colors of #d9dede

#d9dede #ded9de #deded9

Analogous Colors of #d9dede

#d9dede #d9dcde #d9dedc

Monochromatic Colors of #d9dede

#d9dede

Complementary Color

#d9dede #ded9d9

#d9dede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dede Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dede Color CSS Codes

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

#d9dede Text Font Color

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

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


#d9dede Background Color

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

This div background color is #d9dede


#d9dede Border Color

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

This div border color is #d9dede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dede


Comments

No comments written yet.

Please login to write comment.