Color spaces of #efadfd
RGB | 239 | 173 | 253 |
---|---|---|---|
HSL | 0.80 | 0.95 | 0.84 |
HSV | 290° | 32° | 99° |
CMYK | 0.06 | 0.32 | 0.00 0.01 |
XYZ | 68.2698 | 55.3297 | 100.0100 |
Yxy | 55.3297 | 0.3053 | 0.2474 |
Hunter Lab | 74.3839 | 33.6559 | -27.6473 |
CIE-Lab | 79.2308 | 37.3045 | -30.2216 |
#efadfd color RGB value is (239,173,253).
#efadfd hex color red value is 239, green value is 173 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #efadfd hue: 0.80 , saturation: 0.95 and the lightness value of efadfd is 0.84.
The process color (four color CMYK) of #efadfd color hex is 0.06, 0.32, 0.00, 0.01. Web safe color of #efadfd is #ff99ff. Color #efadfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10101101 | 11111101 |
Octal | 357 | 255 | 375 |
Decimal | 239 | 173 | 253 |
Hex | EF | AD | FD |
Shades of #efadfd
Tints of #efadfd
RGB Percentages of Color #efadfd
CMYK Percentages of Color #efadfd
Complementary Color
#efadfd | #bbfdad |
#efadfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efadfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#efadfd Color CSS Codes
.mybgcolor {background-color:#efadfd; } .myforecolor {color:#efadfd; } .mybordercolor {border:3px solid #efadfd; }
#efadfd Text Font Color
<p style="color:#efadfd">Text here</p>
This sample text font color is #efadfd
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.
#efadfd Background Color
<div style="background-color:#efadfd">
Div content here</div>
This div background color is #efadfd
#efadfd Border Color
<div style="border:3px solid #efadfd">
Div here</div>
This div border color is #efadfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,173,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efadfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efadfd; -webkit-box-shadow: 1px 1px 3px 2px #efadfd; box-shadow: 1px 1px 3px 2px #efadfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,173,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 #efadfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efadfd; -webkit-box-shadow: 1px 1px 3px 2px #efadfd; box-shadow: 1px 1px 3px 2px #efadfd;">
Div content here</div>
This div box has shadow with color #efadfd
Comments
No comments written yet.
Please login to write comment.