Color Hex Logo

#d3fedb Color Hex

#D3FEDB
(211,254,219)
0 Favorites   0 Comments

Color spaces of #d3fedb

RGB 211254219
HSL0.360.960.91
HSV131°17°100°
CMYK 0.170.000.14   0.00
XYZ75.092089.847080.4023
Yxy89.84700.30610.3662
Hunter Lab94.7877-24.468416.0594
CIE-Lab95.9333-20.244212.2157

#d3fedb color RGB value is (211,254,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11111110 11011011
Octal 323 376 333
Decimal 211 254 219
Hex D3 FE DB

RGB Percentages of Color #d3fedb

%30.85
%37.13
%32.02

CMYK Percentages of Color #d3fedb

%17
%0
%14
%0

Triadic Colors of #d3fedb

#d3fedb #dbd3fe #fedbd3

Analogous Colors of #d3fedb

#d3fedb #d3fef1 #e1fed3

Monochromatic Colors of #d3fedb

#d3fedb

Complementary Color

#d3fedb #fed3f6

#d3fedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3fedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3fedb Color CSS Codes

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

#d3fedb Text Font Color

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

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


#d3fedb Background Color

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

This div background color is #d3fedb


#d3fedb Border Color

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

This div border color is #d3fedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3fedb

Related Colors


Comments

No comments written yet.

Please login to write comment.