Color Hex Logo

#d6fbce Color Hex

#D6FBCE
(214,251,206)
0 Favorites   0 Comments

Color spaces of #d6fbce

RGB 214251206
HSL0.300.850.90
HSV109°18°98°
CMYK 0.150.000.18   0.02
XYZ73.369387.746771.4624
Yxy87.74670.31550.3773
Hunter Lab93.6732-24.118420.3395
CIE-Lab95.0542-20.017117.6650

#d6fbce color RGB value is (214,251,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111011 11001110
Octal 326 373 316
Decimal 214 251 206
Hex D6 FB CE

RGB Percentages of Color #d6fbce

%31.89
%37.41
%30.70

CMYK Percentages of Color #d6fbce

%15
%0
%18
%2

Triadic Colors of #d6fbce

#d6fbce #ced6fb #fbced6

Analogous Colors of #d6fbce

#d6fbce #cefbdd #edfbce

Monochromatic Colors of #d6fbce

#d6fbce

Complementary Color

#d6fbce #f3cefb

#d6fbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6fbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6fbce Color CSS Codes

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

#d6fbce Text Font Color

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

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


#d6fbce Background Color

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

This div background color is #d6fbce


#d6fbce Border Color

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

This div border color is #d6fbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6fbce


Comments

No comments written yet.

Please login to write comment.