Color Hex Logo

#d8fadb Color Hex

#D8FADB
(216,250,219)
0 Favorites   0 Comments

Color spaces of #d8fadb

RGB 216250219
HSL0.350.770.91
HSV125°14°98°
CMYK 0.140.000.12   0.02
XYZ75.290788.084680.0516
Yxy88.08460.30930.3619
Hunter Lab93.8534-21.047915.1264
CIE-Lab95.1966-16.661411.2087

#d8fadb color RGB value is (216,250,219).

#d8fadb hex color red value is 216, green value is 250 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d8fadb hue: 0.35 , saturation: 0.77 and the lightness value of d8fadb is 0.91.

The process color (four color CMYK) of #d8fadb color hex is 0.14, 0.00, 0.12, 0.02. Web safe color of #d8fadb is #ccffcc. Color #d8fadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11111010 11011011
Octal 330 372 333
Decimal 216 250 219
Hex D8 FA DB

RGB Percentages of Color #d8fadb

%31.53
%36.50
%31.97

CMYK Percentages of Color #d8fadb

%14
%0
%12
%2

Triadic Colors of #d8fadb

#d8fadb #dbd8fa #fadbd8

Analogous Colors of #d8fadb

#d8fadb #d8faec #e6fad8

Monochromatic Colors of #d8fadb

#d8fadb

Complementary Color

#d8fadb #fad8f7

#d8fadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8fadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8fadb Color CSS Codes

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

#d8fadb Text Font Color

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

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


#d8fadb Background Color

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

This div background color is #d8fadb


#d8fadb Border Color

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

This div border color is #d8fadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8fadb


Comments

No comments written yet.

Please login to write comment.