Color spaces of #edaffe
RGB | 237 | 175 | 254 |
---|---|---|---|
HSL | 0.80 | 0.98 | 0.84 |
HSV | 287° | 31° | 100° |
CMYK | 0.07 | 0.31 | 0.00 0.00 |
XYZ | 68.1444 | 55.8202 | 100.9487 |
Yxy | 55.8202 | 0.3030 | 0.2482 |
Hunter Lab | 74.7129 | 32.0593 | -27.8109 |
CIE-Lab | 79.5114 | 35.8208 | -30.3442 |
#edaffe color RGB value is (237,175,254).
#edaffe hex color red value is 237, green value is 175 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #edaffe hue: 0.80 , saturation: 0.98 and the lightness value of edaffe is 0.84.
The process color (four color CMYK) of #edaffe color hex is 0.07, 0.31, 0.00, 0.00. Web safe color of #edaffe is #ff99ff. Color #edaffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10101111 | 11111110 |
Octal | 355 | 257 | 376 |
Decimal | 237 | 175 | 254 |
Hex | ED | AF | FE |
Shades of #edaffe
Tints of #edaffe
RGB Percentages of Color #edaffe
CMYK Percentages of Color #edaffe
Complementary Color
#edaffe | #c0feaf |
#edaffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edaffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#edaffe Color CSS Codes
.mybgcolor {background-color:#edaffe; } .myforecolor {color:#edaffe; } .mybordercolor {border:3px solid #edaffe; }
#edaffe Text Font Color
<p style="color:#edaffe">Text here</p>
This sample text font color is #edaffe
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.
#edaffe Background Color
<div style="background-color:#edaffe">
Div content here</div>
This div background color is #edaffe
#edaffe Border Color
<div style="border:3px solid #edaffe">
Div here</div>
This div border color is #edaffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,175,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edaffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edaffe; -webkit-box-shadow: 1px 1px 3px 2px #edaffe; box-shadow: 1px 1px 3px 2px #edaffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,175,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 #edaffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edaffe; -webkit-box-shadow: 1px 1px 3px 2px #edaffe; box-shadow: 1px 1px 3px 2px #edaffe;">
Div content here</div>
This div box has shadow with color #edaffe
Comments
No comments written yet.
Please login to write comment.