Color spaces of #d6fbeb
RGB | 214 | 251 | 235 |
---|---|---|---|
HSL | 0.43 | 0.82 | 0.91 |
HSV | 154° | 15° | 98° |
CMYK | 0.15 | 0.00 | 0.06 0.02 |
XYZ | 77.2241 | 89.2887 | 91.7616 |
Yxy | 89.2887 | 0.2990 | 0.3457 |
Hunter Lab | 94.4927 | -19.4832 | 8.5685 |
CIE-Lab | 95.7009 | -14.9089 | 3.6740 |
#d6fbeb color RGB value is (214,251,235).
#d6fbeb hex color red value is 214, green value is 251 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d6fbeb hue: 0.43 , saturation: 0.82 and the lightness value of d6fbeb is 0.91.
The process color (four color CMYK) of #d6fbeb color hex is 0.15, 0.00, 0.06, 0.02. Web safe color of #d6fbeb is #ccffff. Color #d6fbeb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 11111011 | 11101011 |
Octal | 326 | 373 | 353 |
Decimal | 214 | 251 | 235 |
Hex | D6 | FB | EB |
Shades of #d6fbeb
Tints of #d6fbeb
RGB Percentages of Color #d6fbeb
CMYK Percentages of Color #d6fbeb
Complementary Color
#d6fbeb | #fbd6e6 |
#d6fbeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d6fbeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d6fbeb Color CSS Codes
.mybgcolor {background-color:#d6fbeb; } .myforecolor {color:#d6fbeb; } .mybordercolor {border:3px solid #d6fbeb; }
#d6fbeb Text Font Color
<p style="color:#d6fbeb">Text here</p>
This sample text font color is #d6fbeb
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.
#d6fbeb Background Color
<div style="background-color:#d6fbeb">
Div content here</div>
This div background color is #d6fbeb
#d6fbeb Border Color
<div style="border:3px solid #d6fbeb">
Div here</div>
This div border color is #d6fbeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,251,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d6fbeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d6fbeb; -webkit-box-shadow: 1px 1px 3px 2px #d6fbeb; box-shadow: 1px 1px 3px 2px #d6fbeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,251,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d6fbeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d6fbeb; -webkit-box-shadow: 1px 1px 3px 2px #d6fbeb; box-shadow: 1px 1px 3px 2px #d6fbeb;">
Div content here</div>
This div box has shadow with color #d6fbeb
Related Colors
Comments
No comments written yet.
Please login to write comment.