Color Hex Logo

#d6fece Color Hex

#D6FECE
(214,254,206)
0 Favorites   0 Comments

Color spaces of #d6fece

RGB 214254206
HSL0.310.960.90
HSV110°19°100°
CMYK 0.160.000.19   0.00
XYZ74.313989.636071.7772
Yxy89.63600.31530.3803
Hunter Lab94.6763-25.574221.3237
CIE-Lab95.8456-21.468318.7746

#d6fece color RGB value is (214,254,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111110 11001110
Octal 326 376 316
Decimal 214 254 206
Hex D6 FE CE

RGB Percentages of Color #d6fece

%31.75
%37.69
%30.56

CMYK Percentages of Color #d6fece

%16
%0
%19
%0

Triadic Colors of #d6fece

#d6fece #ced6fe #feced6

Analogous Colors of #d6fece

#d6fece #cefede #eefece

Monochromatic Colors of #d6fece

#d6fece

Complementary Color

#d6fece #f6cefe

#d6fece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6fece Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6fece Color CSS Codes

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

#d6fece Text Font Color

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

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


#d6fece Background Color

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

This div background color is #d6fece


#d6fece Border Color

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

This div border color is #d6fece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6fece


Comments

No comments written yet.

Please login to write comment.