Color spaces of #edfafd
RGB | 237 | 250 | 253 |
---|---|---|---|
HSL | 0.53 | 0.80 | 0.96 |
HSV | 191° | 6° | 99° |
CMYK | 0.06 | 0.01 | 0.00 0.01 |
XYZ | 86.8403 | 93.4676 | 106.3926 |
Yxy | 93.4676 | 0.3029 | 0.3260 |
Hunter Lab | 96.6786 | -8.8524 | 2.4278 |
CIE-Lab | 97.4171 | -3.6925 | -2.9168 |
#edfafd color RGB value is (237,250,253).
#edfafd hex color red value is 237, green value is 250 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #edfafd hue: 0.53 , saturation: 0.80 and the lightness value of edfafd is 0.96.
The process color (four color CMYK) of #edfafd color hex is 0.06, 0.01, 0.00, 0.01. Web safe color of #edfafd is #ffffff. Color #edfafd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11111010 | 11111101 |
Octal | 355 | 372 | 375 |
Decimal | 237 | 250 | 253 |
Hex | ED | FA | FD |
Shades of #edfafd
Tints of #edfafd
RGB Percentages of Color #edfafd
CMYK Percentages of Color #edfafd
Complementary Color
#edfafd | #fdf0ed |
#edfafd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edfafd Color Preview on White Background
Lorem ipsum dolor sit amet.
#edfafd Color CSS Codes
.mybgcolor {background-color:#edfafd; } .myforecolor {color:#edfafd; } .mybordercolor {border:3px solid #edfafd; }
#edfafd Text Font Color
<p style="color:#edfafd">Text here</p>
This sample text font color is #edfafd
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.
#edfafd Background Color
<div style="background-color:#edfafd">
Div content here</div>
This div background color is #edfafd
#edfafd Border Color
<div style="border:3px solid #edfafd">
Div here</div>
This div border color is #edfafd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,250,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edfafd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edfafd; -webkit-box-shadow: 1px 1px 3px 2px #edfafd; box-shadow: 1px 1px 3px 2px #edfafd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,250,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edfafd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edfafd; -webkit-box-shadow: 1px 1px 3px 2px #edfafd; box-shadow: 1px 1px 3px 2px #edfafd;">
Div content here</div>
This div box has shadow with color #edfafd
#edfafd Color Palettes
Comments
No comments written yet.
Please login to write comment.