Color spaces of #edabfe
RGB | 237 | 171 | 254 |
---|---|---|---|
HSL | 0.80 | 0.98 | 0.83 |
HSV | 288° | 33° | 100° |
CMYK | 0.07 | 0.33 | 0.00 0.00 |
XYZ | 67.3774 | 54.2861 | 100.6930 |
Yxy | 54.2861 | 0.3030 | 0.2441 |
Hunter Lab | 73.6791 | 34.2946 | -29.4529 |
CIE-Lab | 78.6283 | 37.9420 | -31.7020 |
#edabfe color RGB value is (237,171,254).
#edabfe hex color red value is 237, green value is 171 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #edabfe hue: 0.80 , saturation: 0.98 and the lightness value of edabfe is 0.83.
The process color (four color CMYK) of #edabfe color hex is 0.07, 0.33, 0.00, 0.00. Web safe color of #edabfe is #ff99ff. Color #edabfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10101011 | 11111110 |
Octal | 355 | 253 | 376 |
Decimal | 237 | 171 | 254 |
Hex | ED | AB | FE |
Shades of #edabfe
Tints of #edabfe
RGB Percentages of Color #edabfe
CMYK Percentages of Color #edabfe
Complementary Color
#edabfe | #bcfeab |
#edabfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edabfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#edabfe Color CSS Codes
.mybgcolor {background-color:#edabfe; } .myforecolor {color:#edabfe; } .mybordercolor {border:3px solid #edabfe; }
#edabfe Text Font Color
<p style="color:#edabfe">Text here</p>
This sample text font color is #edabfe
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.
#edabfe Background Color
<div style="background-color:#edabfe">
Div content here</div>
This div background color is #edabfe
#edabfe Border Color
<div style="border:3px solid #edabfe">
Div here</div>
This div border color is #edabfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,171,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edabfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edabfe; -webkit-box-shadow: 1px 1px 3px 2px #edabfe; box-shadow: 1px 1px 3px 2px #edabfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,171,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 #edabfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edabfe; -webkit-box-shadow: 1px 1px 3px 2px #edabfe; box-shadow: 1px 1px 3px 2px #edabfe;">
Div content here</div>
This div box has shadow with color #edabfe
Comments
No comments written yet.
Please login to write comment.