Color Hex Logo

#d1fedb Color Hex

#D1FEDB
(209,254,219)
0 Favorites   0 Comments

Color spaces of #d1fedb

RGB 209254219
HSL0.370.960.91
HSV133°18°100°
CMYK 0.180.000.14   0.00
XYZ74.522589.553480.3756
Yxy89.55340.30490.3663
Hunter Lab94.6327-25.039815.8853
CIE-Lab95.8112-20.889612.0253

#d1fedb color RGB value is (209,254,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11111110 11011011
Octal 321 376 333
Decimal 209 254 219
Hex D1 FE DB

RGB Percentages of Color #d1fedb

%30.65
%37.24
%32.11

CMYK Percentages of Color #d1fedb

%18
%0
%14
%0

Triadic Colors of #d1fedb

#d1fedb #dbd1fe #fedbd1

Analogous Colors of #d1fedb

#d1fedb #d1fef2 #defed1

Monochromatic Colors of #d1fedb

#d1fedb

Complementary Color

#d1fedb #fed1f4

#d1fedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1fedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1fedb Color CSS Codes

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

#d1fedb Text Font Color

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

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


#d1fedb Background Color

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

This div background color is #d1fedb


#d1fedb Border Color

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

This div border color is #d1fedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1fedb


Comments

No comments written yet.

Please login to write comment.