Color Hex Logo

#d5dcdc Color Hex

#D5DCDC
(213,220,220)
0 Favorites   0 Comments

Color spaces of #d5dcdc

RGB 213220220
HSL0.500.090.85
HSV180°86°
CMYK 0.030.000.00   0.14
XYZ65.952070.499877.8419
Yxy70.49980.30780.3290
Hunter Lab83.9642-6.72953.8081
CIE-Lab87.2414-2.3499-0.8306

#d5dcdc color RGB value is (213,220,220).

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

The process color (four color CMYK) of #d5dcdc color hex is 0.03, 0.00, 0.00, 0.14. Web safe color of #d5dcdc is #cccccc. Color #d5dcdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011100 11011100
Octal 325 334 334
Decimal 213 220 220
Hex D5 DC DC

RGB Percentages of Color #d5dcdc

%32.62
%33.69
%33.69

CMYK Percentages of Color #d5dcdc

%3
%0
%0
%14

Triadic Colors of #d5dcdc

#d5dcdc #dcd5dc #dcdcd5

Analogous Colors of #d5dcdc

#d5dcdc #d5d9dc #d5dcd9

Monochromatic Colors of #d5dcdc

#d5dcdc

Complementary Color

#d5dcdc #dcd5d5

#d5dcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5dcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5dcdc Color CSS Codes

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

#d5dcdc Text Font Color

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

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


#d5dcdc Background Color

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

This div background color is #d5dcdc


#d5dcdc Border Color

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

This div border color is #d5dcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5dcdc


Comments

No comments written yet.

Please login to write comment.