Color Hex Logo

#d8f1dc Color Hex

#D8F1DC
(216,241,220)
0 Favorites   0 Comments

Color spaces of #d8f1dc

RGB 216241220
HSL0.360.470.90
HSV130°10°95°
CMYK 0.100.000.09   0.05
XYZ72.692582.676879.8371
Yxy82.67680.30910.3515
Hunter Lab90.9268-16.417911.5899
CIE-Lab92.8728-12.02917.3636

#d8f1dc color RGB value is (216,241,220).

#d8f1dc hex color red value is 216, green value is 241 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d8f1dc hue: 0.36 , saturation: 0.47 and the lightness value of d8f1dc is 0.90.

The process color (four color CMYK) of #d8f1dc color hex is 0.10, 0.00, 0.09, 0.05. Web safe color of #d8f1dc is #ccffcc. Color #d8f1dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11110001 11011100
Octal 330 361 334
Decimal 216 241 220
Hex D8 F1 DC

RGB Percentages of Color #d8f1dc

%31.91
%35.60
%32.50

CMYK Percentages of Color #d8f1dc

%10
%0
%9
%5

Triadic Colors of #d8f1dc

#d8f1dc #dcd8f1 #f1dcd8

Analogous Colors of #d8f1dc

#d8f1dc #d8f1e9 #e1f1d8

Monochromatic Colors of #d8f1dc

#d8f1dc

Complementary Color

#d8f1dc #f1d8ed

#d8f1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8f1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8f1dc Color CSS Codes

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

#d8f1dc Text Font Color

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

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


#d8f1dc Background Color

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

This div background color is #d8f1dc


#d8f1dc Border Color

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

This div border color is #d8f1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8f1dc


Comments

No comments written yet.

Please login to write comment.