Color Hex Logo

#d6f7db Color Hex

#D6F7DB
(214,247,219)
0 Favorites   0 Comments

Color spaces of #d6f7db

RGB 214247219
HSL0.360.670.90
HSV129°13°97°
CMYK 0.130.000.11   0.03
XYZ73.778585.932179.7159
Yxy85.93210.30810.3589
Hunter Lab92.6996-20.158213.9040
CIE-Lab94.2833-15.84339.8869

#d6f7db color RGB value is (214,247,219).

#d6f7db hex color red value is 214, green value is 247 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d6f7db hue: 0.36 , saturation: 0.67 and the lightness value of d6f7db is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11110111 11011011
Octal 326 367 333
Decimal 214 247 219
Hex D6 F7 DB

RGB Percentages of Color #d6f7db

%31.47
%36.32
%32.21

CMYK Percentages of Color #d6f7db

%13
%0
%11
%3

Triadic Colors of #d6f7db

#d6f7db #dbd6f7 #f7dbd6

Analogous Colors of #d6f7db

#d6f7db #d6f7ec #e2f7d6

Monochromatic Colors of #d6f7db

#d6f7db

Complementary Color

#d6f7db #f7d6f2

#d6f7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6f7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6f7db Color CSS Codes

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

#d6f7db Text Font Color

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

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


#d6f7db Background Color

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

This div background color is #d6f7db


#d6f7db Border Color

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

This div border color is #d6f7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6f7db


Comments

No comments written yet.

Please login to write comment.