Color Hex Logo

#d5dede Color Hex

#D5DEDE
(213,222,222)
0 Favorites   0 Comments

Color spaces of #d5dede

RGB 213222222
HSL0.500.120.85
HSV180°87°
CMYK 0.040.000.00   0.13
XYZ66.746771.662679.4216
Yxy71.66260.30640.3290
Hunter Lab84.6538-7.40273.6322
CIE-Lab87.8059-3.0123-1.0589

#d5dede color RGB value is (213,222,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011110 11011110
Octal 325 336 336
Decimal 213 222 222
Hex D5 DE DE

RGB Percentages of Color #d5dede

%32.42
%33.79
%33.79

CMYK Percentages of Color #d5dede

%4
%0
%0
%13

Triadic Colors of #d5dede

#d5dede #ded5de #deded5

Analogous Colors of #d5dede

#d5dede #d5dade #d5deda

Monochromatic Colors of #d5dede

#d5dede

Complementary Color

#d5dede #ded5d5

#d5dede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5dede Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5dede Color CSS Codes

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

#d5dede Text Font Color

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

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


#d5dede Background Color

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

This div background color is #d5dede


#d5dede Border Color

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

This div border color is #d5dede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,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 #d5dede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5dede


Comments

No comments written yet.

Please login to write comment.