Color Hex Logo

#d6face Color Hex

#D6FACE
(214,250,206)
0 Favorites   0 Comments

Color spaces of #d6face

RGB 214250206
HSL0.300.810.89
HSV109°18°98°
CMYK 0.140.000.18   0.02
XYZ73.057787.123671.3585
Yxy87.12360.31550.3763
Hunter Lab93.3400-23.632220.0108
CIE-Lab94.7907-19.531617.2949

#d6face color RGB value is (214,250,206).

#d6face hex color red value is 214, green value is 250 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d6face hue: 0.30 , saturation: 0.81 and the lightness value of d6face is 0.89.

The process color (four color CMYK) of #d6face color hex is 0.14, 0.00, 0.18, 0.02. Web safe color of #d6face is #ccffcc. Color #d6face contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111010 11001110
Octal 326 372 316
Decimal 214 250 206
Hex D6 FA CE

RGB Percentages of Color #d6face

%31.94
%37.31
%30.75

CMYK Percentages of Color #d6face

%14
%0
%18
%2

Triadic Colors of #d6face

#d6face #ced6fa #faced6

Analogous Colors of #d6face

#d6face #cefadc #ecface

Monochromatic Colors of #d6face

#d6face

Complementary Color

#d6face #f2cefa

#d6face Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6face Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6face Color CSS Codes

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

#d6face Text Font Color

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

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


#d6face Background Color

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

This div background color is #d6face


#d6face Border Color

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

This div border color is #d6face


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6face


Comments

No comments written yet.

Please login to write comment.