Color Hex Logo

#d1fadb Color Hex

#D1FADB
(209,250,219)
0 Favorites   0 Comments

Color spaces of #d1fadb

RGB 209250219
HSL0.370.800.90
HSV135°16°98°
CMYK 0.160.000.12   0.02
XYZ73.266387.041079.9569
Yxy87.04100.30490.3623
Hunter Lab93.2958-23.089414.4940
CIE-Lab94.7557-18.945110.5198

#d1fadb color RGB value is (209,250,219).

#d1fadb hex color red value is 209, green value is 250 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d1fadb hue: 0.37 , saturation: 0.80 and the lightness value of d1fadb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11111010 11011011
Octal 321 372 333
Decimal 209 250 219
Hex D1 FA DB

RGB Percentages of Color #d1fadb

%30.83
%36.87
%32.30

CMYK Percentages of Color #d1fadb

%16
%0
%12
%2

Triadic Colors of #d1fadb

#d1fadb #dbd1fa #fadbd1

Analogous Colors of #d1fadb

#d1fadb #d1faf0 #dcfad1

Monochromatic Colors of #d1fadb

#d1fadb

Complementary Color

#d1fadb #fad1f0

#d1fadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1fadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1fadb Color CSS Codes

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

#d1fadb Text Font Color

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

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


#d1fadb Background Color

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

This div background color is #d1fadb


#d1fadb Border Color

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

This div border color is #d1fadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1fadb

Related Colors


Comments

No comments written yet.

Please login to write comment.