Color Hex Logo

#d6ffce Color Hex

#D6FFCE
(214,255,206)
0 Favorites   0 Comments

Color spaces of #d6ffce

RGB 214255206
HSL0.311.000.90
HSV110°19°100°
CMYK 0.160.000.19   0.00
XYZ74.632190.272471.8833
Yxy90.27240.31520.3812
Hunter Lab95.0118-26.058221.6511
CIE-Lab96.1096-21.950019.1442

#d6ffce color RGB value is (214,255,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111111 11001110
Octal 326 377 316
Decimal 214 255 206
Hex D6 FF CE

RGB Percentages of Color #d6ffce

%31.70
%37.78
%30.52

CMYK Percentages of Color #d6ffce

%16
%0
%19
%0

Triadic Colors of #d6ffce

#d6ffce #ced6ff #ffced6

Analogous Colors of #d6ffce

#d6ffce #ceffdf #efffce

Monochromatic Colors of #d6ffce

#d6ffce

Complementary Color

#d6ffce #f7ceff

#d6ffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ffce Color CSS Codes

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

#d6ffce Text Font Color

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

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


#d6ffce Background Color

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

This div background color is #d6ffce


#d6ffce Border Color

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

This div border color is #d6ffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ffce


Comments

No comments written yet.

Please login to write comment.