Color spaces of #effafd
RGB | 239 | 250 | 253 |
---|---|---|---|
HSL | 0.54 | 0.78 | 0.96 |
HSV | 193° | 6° | 99° |
CMYK | 0.06 | 0.01 | 0.00 0.01 |
XYZ | 87.5118 | 93.8138 | 106.4240 |
Yxy | 93.8138 | 0.3041 | 0.3260 |
Hunter Lab | 96.8575 | -8.2240 | 2.6543 |
CIE-Lab | 97.5569 | -3.0480 | -2.6952 |
#effafd color RGB value is (239,250,253).
#effafd hex color red value is 239, green value is 250 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #effafd hue: 0.54 , saturation: 0.78 and the lightness value of effafd is 0.96.
The process color (four color CMYK) of #effafd color hex is 0.06, 0.01, 0.00, 0.01. Web safe color of #effafd is #ffffff. Color #effafd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11111010 | 11111101 |
Octal | 357 | 372 | 375 |
Decimal | 239 | 250 | 253 |
Hex | EF | FA | FD |
Shades of #effafd
Tints of #effafd
RGB Percentages of Color #effafd
CMYK Percentages of Color #effafd
Complementary Color
#effafd | #fdf2ef |
#effafd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#effafd Color Preview on White Background
Lorem ipsum dolor sit amet.
#effafd Color CSS Codes
.mybgcolor {background-color:#effafd; } .myforecolor {color:#effafd; } .mybordercolor {border:3px solid #effafd; }
#effafd Text Font Color
<p style="color:#effafd">Text here</p>
This sample text font color is #effafd
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.
#effafd Background Color
<div style="background-color:#effafd">
Div content here</div>
This div background color is #effafd
#effafd Border Color
<div style="border:3px solid #effafd">
Div here</div>
This div border color is #effafd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,250,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #effafd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #effafd; -webkit-box-shadow: 1px 1px 3px 2px #effafd; box-shadow: 1px 1px 3px 2px #effafd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,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 #effafd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #effafd; -webkit-box-shadow: 1px 1px 3px 2px #effafd; box-shadow: 1px 1px 3px 2px #effafd;">
Div content here</div>
This div box has shadow with color #effafd
#effafd Color Palettes
Comments
No comments written yet.
Please login to write comment.