Color Hex Logo

#d4dcdc Color Hex

#D4DCDC
(212,220,220)
0 Favorites   0 Comments

Color spaces of #d4dcdc

RGB 212220220
HSL0.500.100.85
HSV180°86°
CMYK 0.040.000.00   0.14
XYZ65.662870.350877.8284
Yxy70.35080.30710.3290
Hunter Lab83.8754-7.04123.6973
CIE-Lab87.1686-2.6842-0.9458

#d4dcdc color RGB value is (212,220,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011100 11011100
Octal 324 334 334
Decimal 212 220 220
Hex D4 DC DC

RGB Percentages of Color #d4dcdc

%32.52
%33.74
%33.74

CMYK Percentages of Color #d4dcdc

%4
%0
%0
%14

Triadic Colors of #d4dcdc

#d4dcdc #dcd4dc #dcdcd4

Analogous Colors of #d4dcdc

#d4dcdc #d4d8dc #d4dcd8

Monochromatic Colors of #d4dcdc

#d4dcdc

Complementary Color

#d4dcdc #dcd4d4

#d4dcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dcdc Color CSS Codes

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

#d4dcdc Text Font Color

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

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


#d4dcdc Background Color

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

This div background color is #d4dcdc


#d4dcdc Border Color

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

This div border color is #d4dcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dcdc


Comments

No comments written yet.

Please login to write comment.