Color Hex Logo

#d6ffde Color Hex

#D6FFDE
(214,255,222)
1 Favorites   0 Comments

Color spaces of #d6ffde

RGB 214255222
HSL0.371.000.92
HSV132°16°100°
CMYK 0.160.000.13   0.00
XYZ76.676491.090182.6481
Yxy91.09010.30620.3638
Hunter Lab95.4411-23.617015.4661
CIE-Lab96.4471-19.230811.4340

#d6ffde color RGB value is (214,255,222).

#d6ffde hex color red value is 214, green value is 255 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d6ffde hue: 0.37 , saturation: 1.00 and the lightness value of d6ffde is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111111 11011110
Octal 326 377 336
Decimal 214 255 222
Hex D6 FF DE

RGB Percentages of Color #d6ffde

%30.97
%36.90
%32.13

CMYK Percentages of Color #d6ffde

%16
%0
%13
%0

Triadic Colors of #d6ffde

#d6ffde #ded6ff #ffded6

Analogous Colors of #d6ffde

#d6ffde #d6fff3 #e3ffd6

Monochromatic Colors of #d6ffde

#d6ffde

Complementary Color

#d6ffde #ffd6f7

#d6ffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ffde Color CSS Codes

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

#d6ffde Text Font Color

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

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


#d6ffde Background Color

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

This div background color is #d6ffde


#d6ffde Border Color

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

This div border color is #d6ffde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ffde

Related Colors


Comments

No comments written yet.

Please login to write comment.