Color spaces of #efadfa
RGB | 239 | 173 | 250 |
---|---|---|---|
HSL | 0.81 | 0.89 | 0.83 |
HSV | 291° | 31° | 98° |
CMYK | 0.04 | 0.31 | 0.00 0.02 |
XYZ | 67.7955 | 55.1400 | 97.5124 |
Yxy | 55.1400 | 0.3075 | 0.2501 |
Hunter Lab | 74.2563 | 33.0207 | -25.8794 |
CIE-Lab | 79.1218 | 36.7348 | -28.7774 |
#efadfa color RGB value is (239,173,250).
#efadfa hex color red value is 239, green value is 173 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #efadfa hue: 0.81 , saturation: 0.89 and the lightness value of efadfa is 0.83.
The process color (four color CMYK) of #efadfa color hex is 0.04, 0.31, 0.00, 0.02. Web safe color of #efadfa is #ff99ff. Color #efadfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10101101 | 11111010 |
Octal | 357 | 255 | 372 |
Decimal | 239 | 173 | 250 |
Hex | EF | AD | FA |
Shades of #efadfa
Tints of #efadfa
RGB Percentages of Color #efadfa
CMYK Percentages of Color #efadfa
Complementary Color
#efadfa | #b8faad |
#efadfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efadfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#efadfa Color CSS Codes
.mybgcolor {background-color:#efadfa; } .myforecolor {color:#efadfa; } .mybordercolor {border:3px solid #efadfa; }
#efadfa Text Font Color
<p style="color:#efadfa">Text here</p>
This sample text font color is #efadfa
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.
#efadfa Background Color
<div style="background-color:#efadfa">
Div content here</div>
This div background color is #efadfa
#efadfa Border Color
<div style="border:3px solid #efadfa">
Div here</div>
This div border color is #efadfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,173,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efadfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efadfa; -webkit-box-shadow: 1px 1px 3px 2px #efadfa; box-shadow: 1px 1px 3px 2px #efadfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,173,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efadfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efadfa; -webkit-box-shadow: 1px 1px 3px 2px #efadfa; box-shadow: 1px 1px 3px 2px #efadfa;">
Div content here</div>
This div box has shadow with color #efadfa
Comments
No comments written yet.
Please login to write comment.