Color spaces of #e6fafe
RGB | 230 | 250 | 254 |
---|---|---|---|
HSL | 0.53 | 0.92 | 0.95 |
HSV | 190° | 9° | 100° |
CMYK | 0.09 | 0.02 | 0.00 0.00 |
XYZ | 84.7081 | 92.3500 | 107.1267 |
Yxy | 92.3500 | 0.2981 | 0.3250 |
Hunter Lab | 96.0989 | -10.8311 | 1.1754 |
CIE-Lab | 96.9632 | -5.7400 | -4.1547 |
#e6fafe color RGB value is (230,250,254).
#e6fafe hex color red value is 230, green value is 250 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e6fafe hue: 0.53 , saturation: 0.92 and the lightness value of e6fafe is 0.95.
The process color (four color CMYK) of #e6fafe color hex is 0.09, 0.02, 0.00, 0.00. Web safe color of #e6fafe is #ffffff. Color #e6fafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 11111010 | 11111110 |
Octal | 346 | 372 | 376 |
Decimal | 230 | 250 | 254 |
Hex | E6 | FA | FE |
Shades of #e6fafe
Tints of #e6fafe
RGB Percentages of Color #e6fafe
CMYK Percentages of Color #e6fafe
Complementary Color
#e6fafe | #feeae6 |
#e6fafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e6fafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e6fafe Color CSS Codes
.mybgcolor {background-color:#e6fafe; } .myforecolor {color:#e6fafe; } .mybordercolor {border:3px solid #e6fafe; }
#e6fafe Text Font Color
<p style="color:#e6fafe">Text here</p>
This sample text font color is #e6fafe
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.
#e6fafe Background Color
<div style="background-color:#e6fafe">
Div content here</div>
This div background color is #e6fafe
#e6fafe Border Color
<div style="border:3px solid #e6fafe">
Div here</div>
This div border color is #e6fafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,250,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e6fafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e6fafe; -webkit-box-shadow: 1px 1px 3px 2px #e6fafe; box-shadow: 1px 1px 3px 2px #e6fafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,250,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e6fafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e6fafe; -webkit-box-shadow: 1px 1px 3px 2px #e6fafe; box-shadow: 1px 1px 3px 2px #e6fafe;">
Div content here</div>
This div box has shadow with color #e6fafe
Comments
No comments written yet.
Please login to write comment.