Color Hex Logo

#d6fbdf Color Hex

#D6FBDF
(214,251,223)
0 Favorites   0 Comments

Color spaces of #d6fbdf

RGB 214251223
HSL0.370.820.91
HSV135°15°98°
CMYK 0.150.000.11   0.02
XYZ75.548088.618282.9353
Yxy88.61820.30570.3586
Hunter Lab94.1372-21.488513.6613
CIE-Lab95.4206-17.10089.4531

#d6fbdf color RGB value is (214,251,223).

#d6fbdf hex color red value is 214, green value is 251 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d6fbdf hue: 0.37 , saturation: 0.82 and the lightness value of d6fbdf is 0.91.

The process color (four color CMYK) of #d6fbdf color hex is 0.15, 0.00, 0.11, 0.02. Web safe color of #d6fbdf is #ccffcc. Color #d6fbdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111011 11011111
Octal 326 373 337
Decimal 214 251 223
Hex D6 FB DF

RGB Percentages of Color #d6fbdf

%31.10
%36.48
%32.41

CMYK Percentages of Color #d6fbdf

%15
%0
%11
%2

Triadic Colors of #d6fbdf

#d6fbdf #dfd6fb #fbdfd6

Analogous Colors of #d6fbdf

#d6fbdf #d6fbf2 #e0fbd6

Monochromatic Colors of #d6fbdf

#d6fbdf

Complementary Color

#d6fbdf #fbd6f2

#d6fbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6fbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6fbdf Color CSS Codes

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

#d6fbdf Text Font Color

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

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


#d6fbdf Background Color

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

This div background color is #d6fbdf


#d6fbdf Border Color

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

This div border color is #d6fbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6fbdf


Comments

No comments written yet.

Please login to write comment.