Color spaces of #d7ecec
RGB | 215 | 236 | 236 |
---|---|---|---|
HSL | 0.50 | 0.36 | 0.88 |
HSV | 180° | 9° | 93° |
CMYK | 0.09 | 0.00 | 0.00 0.07 |
XYZ | 73.1601 | 80.4941 | 91.0378 |
Yxy | 80.4941 | 0.2990 | 0.3290 |
Hunter Lab | 89.7185 | -11.4513 | 2.6411 |
CIE-Lab | 91.9061 | -6.8842 | -2.3708 |
#d7ecec color RGB value is (215,236,236).
#d7ecec hex color red value is 215, green value is 236 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d7ecec hue: 0.50 , saturation: 0.36 and the lightness value of d7ecec is 0.88.
The process color (four color CMYK) of #d7ecec color hex is 0.09, 0.00, 0.00, 0.07. Web safe color of #d7ecec is #ccffff. Color #d7ecec contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 11101100 | 11101100 |
Octal | 327 | 354 | 354 |
Decimal | 215 | 236 | 236 |
Hex | D7 | EC | EC |
Shades of #d7ecec
Tints of #d7ecec
RGB Percentages of Color #d7ecec
CMYK Percentages of Color #d7ecec
Complementary Color
#d7ecec | #ecd7d7 |
#d7ecec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d7ecec Color Preview on White Background
Lorem ipsum dolor sit amet.
#d7ecec Color CSS Codes
.mybgcolor {background-color:#d7ecec; } .myforecolor {color:#d7ecec; } .mybordercolor {border:3px solid #d7ecec; }
#d7ecec Text Font Color
<p style="color:#d7ecec">Text here</p>
This sample text font color is #d7ecec
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.
#d7ecec Background Color
<div style="background-color:#d7ecec">
Div content here</div>
This div background color is #d7ecec
#d7ecec Border Color
<div style="border:3px solid #d7ecec">
Div here</div>
This div border color is #d7ecec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,236,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d7ecec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d7ecec; -webkit-box-shadow: 1px 1px 3px 2px #d7ecec; box-shadow: 1px 1px 3px 2px #d7ecec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,236,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d7ecec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d7ecec; -webkit-box-shadow: 1px 1px 3px 2px #d7ecec; box-shadow: 1px 1px 3px 2px #d7ecec;">
Div content here</div>
This div box has shadow with color #d7ecec
Comments
No comments written yet.
Please login to write comment.