Color Hex Logo

#d6fcda Color Hex

#D6FCDA
(214,252,218)
0 Favorites   0 Comments

Color spaces of #d6fcda

RGB 214252218
HSL0.350.860.91
HSV126°15°99°
CMYK 0.150.000.13   0.01
XYZ75.196888.978979.5410
Yxy88.97890.30850.3651
Hunter Lab94.3286-22.778616.0348
CIE-Lab95.5716-18.470412.2400

#d6fcda color RGB value is (214,252,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111100 11011010
Octal 326 374 332
Decimal 214 252 218
Hex D6 FC DA

RGB Percentages of Color #d6fcda

%31.29
%36.84
%31.87

CMYK Percentages of Color #d6fcda

%15
%0
%13
%1

Triadic Colors of #d6fcda

#d6fcda #dad6fc #fcdad6

Analogous Colors of #d6fcda

#d6fcda #d6fced #e5fcd6

Monochromatic Colors of #d6fcda

#d6fcda

Complementary Color

#d6fcda #fcd6f8

#d6fcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6fcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6fcda Color CSS Codes

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

#d6fcda Text Font Color

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

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


#d6fcda Background Color

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

This div background color is #d6fcda


#d6fcda Border Color

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

This div border color is #d6fcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6fcda


Comments

No comments written yet.

Please login to write comment.