Color Hex Logo

#d6fdda Color Hex

#D6FDDA
(214,253,218)
0 Favorites   0 Comments

Color spaces of #d6fdda

RGB 214253218
HSL0.350.910.92
HSV126°15°99°
CMYK 0.150.000.14   0.01
XYZ75.511789.608779.6460
Yxy89.60870.30850.3661
Hunter Lab94.6619-23.269016.3783
CIE-Lab95.8342-18.957712.6135

#d6fdda color RGB value is (214,253,218).

#d6fdda hex color red value is 214, green value is 253 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d6fdda hue: 0.35 , saturation: 0.91 and the lightness value of d6fdda is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111101 11011010
Octal 326 375 332
Decimal 214 253 218
Hex D6 FD DA

RGB Percentages of Color #d6fdda

%31.24
%36.93
%31.82

CMYK Percentages of Color #d6fdda

%15
%0
%14
%1

Triadic Colors of #d6fdda

#d6fdda #dad6fd #fddad6

Analogous Colors of #d6fdda

#d6fdda #d6fdee #e6fdd6

Monochromatic Colors of #d6fdda

#d6fdda

Complementary Color

#d6fdda #fdd6f9

#d6fdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6fdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6fdda Color CSS Codes

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

#d6fdda Text Font Color

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

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


#d6fdda Background Color

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

This div background color is #d6fdda


#d6fdda Border Color

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

This div border color is #d6fdda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,253,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6fdda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6fdda;
  -webkit-box-shadow: 1px 1px 3px 2px #d6fdda;
  box-shadow:         1px 1px 3px 2px #d6fdda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,253,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6fdda

Related Colors

#d6fdda Color Palettes


Comments

No comments written yet.

Please login to write comment.