Color Hex Logo

#d6fff1 Color Hex

#D6FFF1
(214,255,241)
0 Favorites   0 Comments

Color spaces of #d6fff1

RGB 214255241
HSL0.441.000.92
HSV160°16°100°
CMYK 0.160.000.05   0.00
XYZ79.368792.167096.8259
Yxy92.16700.29580.3434
Hunter Lab96.0036-20.43587.4047
CIE-Lab96.8885-15.74822.3083

#d6fff1 color RGB value is (214,255,241).

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

The process color (four color CMYK) of #d6fff1 color hex is 0.16, 0.00, 0.05, 0.00. Web safe color of #d6fff1 is #ccffff. Color #d6fff1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111111 11110001
Octal 326 377 361
Decimal 214 255 241
Hex D6 FF F1

RGB Percentages of Color #d6fff1

%30.14
%35.92
%33.94

CMYK Percentages of Color #d6fff1

%16
%0
%5
%0

Triadic Colors of #d6fff1

#d6fff1 #f1d6ff #fff1d6

Analogous Colors of #d6fff1

#d6fff1 #d6f9ff #d6ffdd

Monochromatic Colors of #d6fff1

#d6fff1

Complementary Color

#d6fff1 #ffd6e4

#d6fff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6fff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6fff1 Color CSS Codes

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

#d6fff1 Text Font Color

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

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


#d6fff1 Background Color

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

This div background color is #d6fff1


#d6fff1 Border Color

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

This div border color is #d6fff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6fff1

Related Colors

#d6fff1 Color Palettes


Comments

No comments written yet.

Please login to write comment.