Color spaces of #e6ffff
RGB | 230 | 255 | 255 |
---|---|---|---|
HSL | 0.50 | 1.00 | 0.95 |
HSV | 180° | 10° | 100° |
CMYK | 0.10 | 0.00 | 0.00 0.00 |
XYZ | 86.4431 | 95.5630 | 108.4972 |
Yxy | 95.5630 | 0.2976 | 0.3290 |
Hunter Lab | 97.7563 | -13.2312 | 2.6250 |
CIE-Lab | 98.2583 | -8.0596 | -2.7664 |
#e6ffff color RGB value is (230,255,255).
#e6ffff hex color red value is 230, green value is 255 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e6ffff hue: 0.50 , saturation: 1.00 and the lightness value of e6ffff is 0.95.
The process color (four color CMYK) of #e6ffff color hex is 0.10, 0.00, 0.00, 0.00. Web safe color of #e6ffff is #ffffff. Color #e6ffff contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 11111111 | 11111111 |
Octal | 346 | 377 | 377 |
Decimal | 230 | 255 | 255 |
Hex | E6 | FF | FF |
Shades of #e6ffff
Tints of #e6ffff
RGB Percentages of Color #e6ffff
CMYK Percentages of Color #e6ffff
Complementary Color
#e6ffff | #ffe6e6 |
#e6ffff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e6ffff Color Preview on White Background
Lorem ipsum dolor sit amet.
#e6ffff Color CSS Codes
.mybgcolor {background-color:#e6ffff; } .myforecolor {color:#e6ffff; } .mybordercolor {border:3px solid #e6ffff; }
#e6ffff Text Font Color
<p style="color:#e6ffff">Text here</p>
This sample text font color is #e6ffff
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.
#e6ffff Background Color
<div style="background-color:#e6ffff">
Div content here</div>
This div background color is #e6ffff
#e6ffff Border Color
<div style="border:3px solid #e6ffff">
Div here</div>
This div border color is #e6ffff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,255,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e6ffff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e6ffff; -webkit-box-shadow: 1px 1px 3px 2px #e6ffff; box-shadow: 1px 1px 3px 2px #e6ffff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,255,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e6ffff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e6ffff; -webkit-box-shadow: 1px 1px 3px 2px #e6ffff; box-shadow: 1px 1px 3px 2px #e6ffff;">
Div content here</div>
This div box has shadow with color #e6ffff
Related Colors
#e6ffff Color Palettes
Comments
No comments written yet.
Please login to write comment.