Color spaces of #efabff
RGB | 239 | 171 | 255 |
---|---|---|---|
HSL | 0.80 | 1.00 | 0.84 |
HSV | 289° | 33° | 100° |
CMYK | 0.06 | 0.33 | 0.00 0.00 |
XYZ | 68.2095 | 54.6965 | 101.5702 |
Yxy | 54.6965 | 0.3039 | 0.2437 |
Hunter Lab | 73.9571 | 35.2030 | -29.6570 |
CIE-Lab | 78.8661 | 38.7445 | -31.8561 |
#efabff color RGB value is (239,171,255).
#efabff hex color red value is 239, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #efabff hue: 0.80 , saturation: 1.00 and the lightness value of efabff is 0.84.
The process color (four color CMYK) of #efabff color hex is 0.06, 0.33, 0.00, 0.00. Web safe color of #efabff is #ff99ff. Color #efabff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10101011 | 11111111 |
Octal | 357 | 253 | 377 |
Decimal | 239 | 171 | 255 |
Hex | EF | AB | FF |
Shades of #efabff
Tints of #efabff
RGB Percentages of Color #efabff
CMYK Percentages of Color #efabff
Complementary Color
#efabff | #bbffab |
#efabff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efabff Color Preview on White Background
Lorem ipsum dolor sit amet.
#efabff Color CSS Codes
.mybgcolor {background-color:#efabff; } .myforecolor {color:#efabff; } .mybordercolor {border:3px solid #efabff; }
#efabff Text Font Color
<p style="color:#efabff">Text here</p>
This sample text font color is #efabff
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.
#efabff Background Color
<div style="background-color:#efabff">
Div content here</div>
This div background color is #efabff
#efabff Border Color
<div style="border:3px solid #efabff">
Div here</div>
This div border color is #efabff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,171,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efabff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efabff; -webkit-box-shadow: 1px 1px 3px 2px #efabff; box-shadow: 1px 1px 3px 2px #efabff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,171,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efabff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efabff; -webkit-box-shadow: 1px 1px 3px 2px #efabff; box-shadow: 1px 1px 3px 2px #efabff;">
Div content here</div>
This div box has shadow with color #efabff
Comments
No comments written yet.
Please login to write comment.